mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 03:41:15 +00:00
SERVER: Fix wunderwaffe reserve ammo
This commit is contained in:
parent
26b8b610f0
commit
329c26fa19
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ float(float wep) getWeaponAmmo =
|
||||||
case W_TESLA:
|
case W_TESLA:
|
||||||
return 15;
|
return 15;
|
||||||
case W_DG3:
|
case W_DG3:
|
||||||
return 32;
|
return 30;
|
||||||
case W_BK:
|
case W_BK:
|
||||||
return 4;
|
return 4;
|
||||||
case W_KRAUS:
|
case W_KRAUS:
|
||||||
|
|
Loading…
Reference in a new issue