diff --git a/EXILED/Exiled.API/Features/Player.cs b/EXILED/Exiled.API/Features/Player.cs index 853beec7b..9b12340d4 100644 --- a/EXILED/Exiled.API/Features/Player.cs +++ b/EXILED/Exiled.API/Features/Player.cs @@ -2397,7 +2397,7 @@ public bool DropAmmo(AmmoType ammoType, ushort amount, bool checkMinimals = fals /// The of the ammo to check. /// If the method should ignore the armor the player is wearing. /// The maximum amount of ammo this player can carry. - public ushort GetAmmoLimit(AmmoType type, bool ignoreArmor) + public ushort GetAmmoLimit(AmmoType type, bool ignoreArmor = false) { if (ignoreArmor) {