public static void SpawnOnOldPosition(this TSPlayer player)
 {
     player.Teleport(player.GetOldPosition().X, player.GetOldPosition().Y);
 }