mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-05 09:20:52 +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)) {
|
if (!plot.canClaim(player)) {
|
||||||
player.sendMessage(TranslatableCaption.of("working.plot_is_claimed"));
|
player.sendMessage(TranslatableCaption.of("working.plot_is_claimed"));
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
if (schematic != null && !schematic.isEmpty()) {
|
if (schematic != null && !schematic.isEmpty()) {
|
||||||
if (area.isSchematicClaimSpecify()) {
|
if (area.isSchematicClaimSpecify()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user