Skip to content

v1.3.2

Compare
Choose a tag to compare
@markus-wa markus-wa released this 19 Sep 23:06
· 804 commits to master since this release
88ba5b8

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)