mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-09 14:03:22 +00:00
feedback
This commit is contained in:
parent
a6d6c34902
commit
b58b6f5963
2 changed files with 3 additions and 2 deletions
|
@ -87,7 +87,7 @@ public class Merge extends SubCommand {
|
|||
return false;
|
||||
}
|
||||
boolean admin = PlotMain.hasPermission(plr, "plots.admin");
|
||||
if (!plot.getOwner().equals(UUIDHandler.getUUID( plr)) && !admin) {
|
||||
if (!plot.getOwner().equals(UUIDHandler.getUUID(plr)) && !admin) {
|
||||
PlayerFunctions.sendMessage(plr, C.NO_PLOT_PERMS);
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue