Don't unclaim claimed plots with /p claim

This commit is contained in:
Hannes Greule 2020-12-10 22:13:13 +01:00
parent 540f4c0958
commit 25100c46f7

View File

@ -115,6 +115,7 @@ public class Claim extends SubCommand {
if (!plot.canClaim(player)) {
player.sendMessage(TranslatableCaption.of("working.plot_is_claimed"));
return false;
}
if (schematic != null && !schematic.isEmpty()) {
if (area.isSchematicClaimSpecify()) {