This commit is contained in:
parent
72444d2550
commit
7cf2ed014e
1 changed files with 5 additions and 5 deletions
|
@ -55,11 +55,11 @@ public class TokenSwitchZone implements BaseToken {
|
|||
old.removePlayer(player);
|
||||
}
|
||||
|
||||
System.out.println("--------------------------");
|
||||
System.out.println("Player "+player.getUsername());
|
||||
System.out.println("Old "+old.zoneId);
|
||||
System.out.println("New "+zone.zoneId);
|
||||
System.out.println("--------------------------");
|
||||
// System.out.println("--------------------------");
|
||||
// System.out.println("Player "+player.getUsername());
|
||||
// System.out.println("Old "+old.zoneId);
|
||||
// System.out.println("New "+zone.zoneId);
|
||||
// System.out.println("--------------------------");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue