fortressforever-2013 / fortressforever-src

A port of Fortress Forever, a Team Fortress mod on Source Engine SDK 2013 (SDK2013CE)
https://www.fortress-forever.com/
Other
6 stars 6 forks source link

Ragdolls do not fade away #13

Closed YoYo178 closed 7 months ago

YoYo178 commented 7 months ago

apparently the game isn't using CFFRagdoll to spawn ragdolls at all UPDATE: it in fact IS using CFFRagdoll, the entity gets removed from the server after 5s but the client doesn't seem to remove it unless it's only the server that's using CFFRagdoll

YoYo178 commented 7 months ago

the commit that closed this issue apparently causes a memory leak and crashes the game when a player shoots at a ragdoll, so had to revert the commit and reopen the issue