Early exit for errant mines.

This commit is contained in:
2023-01-13 14:12:22 -05:00
parent 43380962cc
commit 48d435f2c1
+1 -1
View File
@@ -179,7 +179,7 @@ public class Mine extends AbstractGameObject {
// If errant use mine stays open.
if (this.owningGuild == null || this.owningGuild.isErrant() == false)
if (this.owningGuild == null || this.owningGuild.isErrant() == true)
return;
// Use the new owners Mine WOO.