mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
*Apparently it doesn't like enums
This commit is contained in:
parent
f2b0fa43dc
commit
857e7d29f4
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public class Merge extends SubCommand {
|
|||
}
|
||||
if (multiMerge) {
|
||||
if (!Permissions.hasPermission(plr, Permissions.MERGE_OTHER)) {
|
||||
MainUtil.sendMessage(plr, C.NO_PERMISSION, Permissions.MERGE_OTHER);
|
||||
MainUtil.sendMessage(plr, C.NO_PERMISSION, Permissions.MERGE_OTHER.s);
|
||||
return false;
|
||||
}
|
||||
for (final UUID uuid : multiUUID) {
|
||||
|
|
Loading…
Reference in a new issue