mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 04:53:00 +00:00
Minor cleanup
This commit is contained in:
parent
289527b8e5
commit
483be4e2f0
28 changed files with 613 additions and 340 deletions
|
@ -76,7 +76,7 @@ public class Delete extends SubCommand {
|
|||
if (!result) {
|
||||
MainUtil.sendMessage(plr, C.WAIT_FOR_TIMER);
|
||||
}
|
||||
DBFunc.delete(loc.getWorld(), plot);
|
||||
DBFunc.delete(plot);
|
||||
}
|
||||
};
|
||||
if (Settings.CONFIRM_DELETE && !(Permissions.hasPermission(plr, "plots.confirm.bypass"))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue