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 (ConfigManager.MB_RULESET.getValue().equals("LORE")) {
|
||||||
|
|
||||||
if (repledge == false)
|
if (!repledge)
|
||||||
if (!city.getGuild().charter.equals(playerCharacter.guild.charter))
|
if (!city.getGuild().charter.equals(playerCharacter.guild.charter))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (!city.getGuild().charter.canJoin(playerCharacter))
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Filter Player cities
|
// Filter Player cities
|
||||||
|
|||||||
Reference in New Issue
Block a user