|
|
@ -326,12 +326,12 @@ public class City extends AbstractWorldObject { |
|
|
|
cities.add(city);//this nation is allowed for the reverse KOS
|
|
|
|
cities.add(city);//this nation is allowed for the reverse KOS
|
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
if (city.getGuild().getNation().equals(pc.guild.getNation())) { |
|
|
|
if (city.getGuild().getNation().equals(pc.guild.getNation())) { |
|
|
|
cities.add(city);//can always teleport inside your own nation
|
|
|
|
cities.add(city);//can always teleport inside your own nation
|
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} else { |
|
|
|
} else { |
|
|
|
|
|
|
|
|
|
|
|
Guild pcG = pc.getGuild(); |
|
|
|
Guild pcG = pc.getGuild(); |
|
|
|