Early exit for errant mines.
This commit is contained in:
@@ -179,7 +179,7 @@ public class Mine extends AbstractGameObject {
|
|||||||
|
|
||||||
// If errant use mine stays open.
|
// If errant use mine stays open.
|
||||||
|
|
||||||
if (this.owningGuild == null || this.owningGuild.isErrant() == false)
|
if (this.owningGuild == null || this.owningGuild.isErrant() == true)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Use the new owners Mine WOO.
|
// Use the new owners Mine WOO.
|
||||||
|
|||||||
Reference in New Issue
Block a user