Merge branch 'v6' of github.com:IntellectualSites/PlotSquared into v6

This commit is contained in:
dordsor21 2020-12-10 21:15:51 +00:00
commit 0bb959d26a
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

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()) {