Exemple #1
0
 public synchronized IslandInfo createIsland(String location, String player) {
   IslandInfo info = getIslandInfo(location);
   info.clearIslandConfig(player);
   return info;
 }