Removing stdout

This commit is contained in:
samo_lego 2020-10-17 22:00:36 +02:00
parent 0c8505293d
commit c011189572
1 changed files with 0 additions and 1 deletions

View File

@ -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();