etfdevs / ETF

ETF mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move persistent class/team for corpses to new entity type

ensiform opened this issue · comments

Currently the "full body corpse" code utilizes a short array of extra 8 entities to store the class/team of the player when they died to retain the class/team color even if they changed during the process of body moving to body queue which is pretty unnecessary.

  • Remove reliance on extra agentdata queue, freeing up 8 entities.