mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-03 01:19:58 +01:00
fix typo
This commit is contained in:
parent
f210f8e20b
commit
292fb0cea1
@ -1107,7 +1107,7 @@ public class GroupManager extends JavaPlugin {
|
|||||||
// auxString = permissionHandler.checkUserOnlyPermission(auxUser, args[1]);
|
// auxString = permissionHandler.checkUserOnlyPermission(auxUser, args[1]);
|
||||||
if (permissionResult.owner instanceof Group) {
|
if (permissionResult.owner instanceof Group) {
|
||||||
if (permissionResult.resultType.equals(PermissionCheckResult.Type.NEGATION)) {
|
if (permissionResult.resultType.equals(PermissionCheckResult.Type.NEGATION)) {
|
||||||
sender.sendMessage(ChatColor.RED + "The group inherits the a negation permission from group: " + permissionResult.owner.getName());
|
sender.sendMessage(ChatColor.RED + "The group inherits the negation permission from group: " + permissionResult.owner.getName());
|
||||||
} else {
|
} else {
|
||||||
sender.sendMessage(ChatColor.YELLOW + "The user inherits the permission from group: " + permissionResult.owner.getName());
|
sender.sendMessage(ChatColor.YELLOW + "The user inherits the permission from group: " + permissionResult.owner.getName());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user