SERVER: Fix wunderwaffe reserve ammo

This commit is contained in:
tanuki-billie 2024-02-12 00:24:16 -08:00
parent 26b8b610f0
commit 329c26fa19

View file

@ -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: