Early exit for errant mines at bootstrap. Wtb method extract.

This commit is contained in:
2023-01-13 14:19:01 -05:00
parent 48d435f2c1
commit a06420eae3
+5
View File
@@ -225,6 +225,11 @@ try{
Guild nation = null; Guild nation = null;
// If errant use mine stays open.
if (this.owningGuild == null || this.owningGuild.isErrant() == true)
return;
if (this.owningGuild != null) if (this.owningGuild != null)
nation = this.owningGuild.getNation(); nation = this.owningGuild.getNation();