Facepunch / garrysmod-requests

Feature requests for Garry's Mod
86 stars 24 forks source link

Call SWEP:Think in both Weapon::ItemPostFrame and Weapon::ItemBusyFrame #1264

Open homonovus opened 5 years ago

homonovus commented 5 years ago

Current behavior only calls SWEP:Think in ItemPostFrame, which stops calling Think while the SWEP is reloading. Calling in both will allow SWEPs to Think even while reloading.

ghost commented 5 years ago

+1