Lore rules added to method
This commit is contained in:
@@ -305,9 +305,12 @@ public class City extends AbstractWorldObject {
|
||||
|
||||
if (ConfigManager.MB_RULESET.getValue().equals("LORE")) {
|
||||
|
||||
if (repledge == false)
|
||||
if (!repledge)
|
||||
if (!city.getGuild().charter.equals(playerCharacter.guild.charter))
|
||||
continue;
|
||||
|
||||
if (!city.getGuild().charter.canJoin(playerCharacter))
|
||||
continue;
|
||||
}
|
||||
|
||||
// Filter Player cities
|
||||
|
||||
Reference in New Issue
Block a user