Open VaasKahnGrim opened 4 years ago
This ties into next think not working, SWEP Think function is not a real engine think function.
So the underlying issue is a duplicate of https://github.com/Facepunch/garrysmod-issues/issues/3269
so basically another instance of not wanting to bother getting a proper Think and NextThink for SWEPs and Nextbots implemented.....got it
Entity:AddEFlags(EFL_NO_THINK_FUNCTION) does not seem to work with SWEPs
I used the following inside my SWEP base on my test server and despite adding the flag the entity still continued to run its think function.