|
|
@ -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.."); |
|
|
|
} |
|
|
|
} |
|
|
|