fixed cross world teleport

This commit is contained in:
Tahg 2011-06-01 18:35:57 -04:00
parent 66109d6e57
commit ebc478388c

View File

@ -173,10 +173,8 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
if (oldWorld != newWorld) {
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) {