You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes
Added Equipment.AmmoInMaganzine2() & Equipment.AmmoReserve2(), which fix grenade ammo values (#145 - thanks @Linus4)
Fixed Player.Weapons()[...].Owner sometimes being nil
Fixed edge case where ItemEquip.Player was nil if a player disconnected and was replaced by a bot (#142 - thanks @BestAwperEver)
Fixed some events not containing correct references to weapons (#148 & #149)
This happened if the weapon was an alternative/replacement (e.g. USP instead of P2000 or silenced M4 variant)
Fixed MP5-SD being recognized as MP7
Fixed spelling error in EqDualBerettas.String() (was Barettas instead of Berettas)