fix special weapon ammo
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user