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