Errant mines active at startup.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user