This commit is contained in:
parent
4071b5fc21
commit
066bae3d90
1 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,12 @@ 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("--------------------------");
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue