mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-09-14 16:55:35 +02:00
Fixes #467
This commit is contained in:
@@ -68,7 +68,7 @@ public enum Permissions {
|
||||
}
|
||||
}
|
||||
if (notify) {
|
||||
MainUtil.sendMessage(player, C.NO_PERMISSION, perm);
|
||||
MainUtil.sendMessage(player, C.NO_PERMISSION_EVENT, perm);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user