mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-01 13:14:43 +02:00
Generify permissions thru Permission class
- Fixed a few improper permissions - Fixed a couple of typos
This commit is contained in:
@ -180,7 +180,7 @@ public class BukkitEntityUtil {
|
||||
.hasPermission(plotPlayer, Permission.PERMISSION_ADMIN_BUILD_OTHER)) {
|
||||
plotPlayer.sendMessage(
|
||||
TranslatableCaption.of("permission.no_permission_event"),
|
||||
Template.of("node", "plots.admin.build.other")
|
||||
Template.of("node", Permission.PERMISSION_ADMIN_BUILD_OTHER)
|
||||
);
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user