|
|
|
@ -108,12 +108,10 @@ public class Mine extends AbstractGameObject {
@@ -108,12 +108,10 @@ public class Mine extends AbstractGameObject {
|
|
|
|
|
this.guildTag = GuildTag.ERRANT; |
|
|
|
|
nation = Guild.getErrantGuild(); |
|
|
|
|
this.owningGuild = Guild.getErrantGuild(); |
|
|
|
|
this.setActive(true); |
|
|
|
|
} else { |
|
|
|
|
this.guildName = this.owningGuild.getName(); |
|
|
|
|
this.guildTag = this.owningGuild.getGuildTag(); |
|
|
|
|
nation = this.owningGuild.getNation(); |
|
|
|
|
this.setActive(false); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!nation.isErrant()) { |
|
|
|
|