mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
Merge branch 'v6' of github.com:IntellectualSites/PlotSquared into v6
This commit is contained in:
commit
0bb959d26a
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user