fix special weapon ammo

This commit is contained in:
hydrant
2021-05-09 20:58:22 +02:00
parent bbec150838
commit da2fc02087

View File

@@ -102,7 +102,7 @@ namespace ReallifeGamemode.Server.Events
SLOT_PRIMARY => 500, SLOT_PRIMARY => 500,
SLOT_SECONDARY => 250, SLOT_SECONDARY => 250,
SLOT_MEELE => 1, SLOT_MEELE => 1,
SLOT_SPECIAL => 20, SLOT_SPECIAL => 30,
_ => 1 _ => 1
}; };