mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 21:43:11 +00:00
cmd
This commit is contained in:
parent
50c80ba5c4
commit
1eb0ba47b4
30 changed files with 37 additions and 69 deletions
|
@ -78,7 +78,7 @@ public class Merge extends SubCommand {
|
|||
MainUtil.sendMessage(plr, C.NOT_IN_PLOT);
|
||||
return true;
|
||||
}
|
||||
final Plot plot = BukkitPlayerFunctions.getCurrentPlot(plr);
|
||||
final Plot plot = MainUtil.getPlot(loc);
|
||||
if ((plot == null) || !plot.hasOwner()) {
|
||||
MainUtil.sendMessage(plr, C.PLOT_UNOWNED);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue