Removing stdout
This commit is contained in:
parent
0c8505293d
commit
c011189572
|
@ -50,7 +50,6 @@ public abstract class MixinPlayerEntity implements PlayerAuth {
|
|||
assert server != null;
|
||||
|
||||
PlayerCache cache = playerCacheMap.get(this.getFakeUuid());
|
||||
System.out.println("Teleporting Player. hide:" + hide);
|
||||
if (hide) {
|
||||
// Saving position
|
||||
cache.lastLocation.dimension = player.getServerWorld();
|
||||
|
|
Loading…
Reference in New Issue