Ejemplo n.º 1
0
 /**
  * Leaving the boat.
  *
  * @param player the player to remove.
  */
 private void leaveBoat() {
   if (waitingPlayers.contains(player)) waitingPlayers.remove(player);
   player.closeInterfaces();
   player.setNextWorldTile(OUTSIDE_AREA);
 }