03-29-2014, 06:53 PM
While working on my Paintball plugin I noticed I can't teleport players in the OnPlayerDestroyed hook. I looked in the code and saw that the player first gets removed from the world and then gets destroyed. Is it bad if we change that? First call the destroy function and then remove the player from the world.