can always teleport and repledge to your own nation
This commit is contained in:
@@ -326,11 +326,11 @@ 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())) {
|
|
||||||
cities.add(city);//can always teleport inside your own nation
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
if (city.getGuild().getNation().equals(pc.guild.getNation())) {
|
||||||
|
cities.add(city);//can always teleport inside your own nation
|
||||||
|
continue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user