Skip to content

v0.10.3b

Compare
Choose a tag to compare
@ZenBre4ker ZenBre4ker released this 29 Oct 09:30
· 558 commits to master since this release
abad403

Fixed

  • Fixed the hook scope in the disguiser causing an error
  • Fixed the classic entity spawn mode breaking on maps without all three spawn types
  • Fixed weapons not using their average firerate with a tickrate dependent fix. Function SWEP:SetNextPrimaryFire(nextTime) was overwritten with our fix SWEP:SetNextPrimaryFire(nextTime, skipTickrateFix)

Changed

  • Added new param skipTickrateFix to SWEP:SetNextPrimaryFire(nextTime, skipTickrateFix) to skip our inbuilt tickrate fix