forked from MagicBane/Server
Merge remote-tracking branch 'origin/post-wipe-merge' into feature-db-agnostic-realms
This commit is contained in:
@@ -50,10 +50,6 @@ public class ClaimMinePowerAction extends AbstractPowerAction {
|
||||
if (mine == null)
|
||||
return;
|
||||
|
||||
// Release prior claims
|
||||
|
||||
Mine.releaseMineClaims(playerCharacter);
|
||||
|
||||
if (mine.claimMine(playerCharacter) == true)
|
||||
ChatManager.sendSystemMessage( (PlayerCharacter) source, "You successfully claimed this mine..");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user