1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-04 05:38:03 +02:00

Fix a /mangcheckp message

This commit is contained in:
Necrodoom
2014-03-27 13:02:34 +02:00
committed by KHobbits
parent 24509d60be
commit 81c6291338

View File

@@ -1207,7 +1207,7 @@ public class GroupManager extends JavaPlugin {
} else if (permissionResult.resultType.equals(PermissionCheckResult.Type.EXCEPTION)) {
sender.sendMessage(ChatColor.YELLOW + "The group inherits an Exception permission from group: " + permissionResult.owner.getName());
} else {
sender.sendMessage(ChatColor.YELLOW + "The user inherits the permission from group: " + permissionResult.owner.getName());
sender.sendMessage(ChatColor.YELLOW + "The group inherits the permission from group: " + permissionResult.owner.getName());
}
sender.sendMessage(ChatColor.YELLOW + "Permission Node: " + permissionResult.accessLevel);