mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Co-authored-by: Resi <unconfigured@null.spigotmc.org>
This commit is contained in:
parent
8b8fd6aab7
commit
3446b913cd
@ -251,6 +251,7 @@ public class Auto extends SubCommand {
|
||||
TranslatableCaption.of("permission.no_permission"),
|
||||
Template.of("node", String.valueOf(Permission.PERMISSION_AUTO_MEGA))
|
||||
);
|
||||
return false;
|
||||
}
|
||||
if (!force && sizeX * sizeZ > Settings.Claim.MAX_AUTO_AREA) {
|
||||
player.sendMessage(
|
||||
|
Loading…
Reference in New Issue
Block a user