// Teleport
succ = entity.teleport(location, cause);
// Start tracking the entity again
if (!hasNetworkController && !isWorldChange) {
tracker.startTracking(entity);
}
} else {
// Remove from one world and add to the other
entityHandle.world.removeEntity(entityHandle);
entityHandle.dead = false;