Errant mines active at startup.
This commit is contained in:
@@ -110,10 +110,9 @@ public class Mine extends AbstractGameObject {
|
|||||||
this.owningGuild = Guild.getErrantGuild();
|
this.owningGuild = Guild.getErrantGuild();
|
||||||
this.setActive(true);
|
this.setActive(true);
|
||||||
} else {
|
} else {
|
||||||
this.guildName = "";
|
this.guildName = this.owningGuild.getName();
|
||||||
this.guildTag = GuildTag.ERRANT;
|
this.guildTag = this.owningGuild.getGuildTag();
|
||||||
nation = Guild.getErrantGuild();
|
nation = this.owningGuild.getNation();
|
||||||
this.owningGuild = Guild.getErrantGuild();
|
|
||||||
this.setActive(false);
|
this.setActive(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user