fixed cross world teleport

By: Tahg <tahgtahv@gmail.com>
This commit is contained in:
CraftBukkit/Spigot 2011-06-01 18:35:57 -04:00
parent 900268f301
commit d20f1b7bdc

View file

@ -173,10 +173,8 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
if (oldWorld != newWorld) { if (oldWorld != newWorld) {
this.entity = manager.a(entity, newWorld.dimension, false); this.entity = manager.a(entity, newWorld.dimension, false);
return true;
} else {
return entity.netServerHandler.teleport(location);
} }
return entity.netServerHandler.teleport(location);
} }
public void setSneaking(boolean sneak) { public void setSneaking(boolean sneak) {