1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-11 17:15:07 +02:00

Only one error this time Necrodoom :)

This commit is contained in:
ElgarL
2013-02-22 17:21:14 +00:00
parent bea18f899c
commit 0973f58421

View File

@@ -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()) {