forked from MagicBane/Server
Early exit for errant mines at bootstrap. Wtb method extract.
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user