forked from MagicBane/Server
Set owner to null when invalid claim occurs.
This commit is contained in:
@@ -488,6 +488,7 @@ public class Mine extends AbstractGameObject {
|
||||
if (!validClaimer(this.lastClaimer)) {
|
||||
this.lastClaimerSessionID = null;
|
||||
this.lastClaimer = null;
|
||||
this.updateGuildOwner(null);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user