forked from MagicBane/Server
bugfix: Prior claims are no longer released when claiming a new mine.
This commit is contained in:
@@ -50,10 +50,6 @@ public class ClaimMinePowerAction extends AbstractPowerAction {
|
|||||||
if (mine == null)
|
if (mine == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Release prior claims
|
|
||||||
|
|
||||||
Mine.releaseMineClaims(playerCharacter);
|
|
||||||
|
|
||||||
if (mine.claimMine(playerCharacter) == true)
|
if (mine.claimMine(playerCharacter) == true)
|
||||||
ChatManager.sendSystemMessage( (PlayerCharacter) source, "You successfully claimed this mine..");
|
ChatManager.sendSystemMessage( (PlayerCharacter) source, "You successfully claimed this mine..");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user