// we need to do this on the next turn because the
// client does not get any private messages otherwise
// sometime the client does not get the map content
// if it gets a cross zone teleport too early. so we wait
// 5 seconds.
SingletonRepository.getTurnNotifier().notifyInSeconds(5, new TurnListener() {
public void onTurnReached(final int currentTurn) {
final String name = player.getName();
final ArrestWarrant arrestWarrant = arrestWarrants.getByName(name);
if (arrestWarrant == null) {