mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-23 16:03:28 +01:00
Only one error this time Necrodoom :)
This commit is contained in:
parent
f79861e321
commit
966aca4495
@ -1449,7 +1449,7 @@ public class GroupManager extends JavaPlugin {
|
||||
}
|
||||
auxGroup = dataHolder.getGroup(args[0]);
|
||||
if (auxGroup == null) {
|
||||
sender.sendMessage(ChatColor.RED + "" + auxGroup.getName() + " Group doesnt exist!");
|
||||
sender.sendMessage(ChatColor.RED + "" + args[0] + " Group doesnt exist!");
|
||||
return true;
|
||||
}
|
||||
if (auxGroup.isGlobal()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user