@@ -172,8 +172,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
|||||||
EntityPlayer entity = getHandle();
|
EntityPlayer entity = getHandle();
|
||||||
|
|
||||||
if (oldWorld != newWorld) {
|
if (oldWorld != newWorld) {
|
||||||
this.sendMessage("Multiworld teleporting disabled in this build. Nether works");
|
this.entity = manager.a(entity, newWorld.dimension, false);
|
||||||
// this.entity = manager.a(entity, newWorld.dimension, false);
|
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return entity.netServerHandler.teleport(location);
|
return entity.netServerHandler.teleport(location);
|
||||||
|
|||||||
Reference in New Issue
Block a user