mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-24 00:13:48 +01:00
More Necrodoom fixes.
This commit is contained in:
parent
a363fbf564
commit
1b8edee8f8
@ -1901,7 +1901,7 @@ public class GroupManager extends JavaPlugin {
|
||||
auxString = auxString.substring(0, auxString.lastIndexOf(","));
|
||||
}
|
||||
if (auxString2.lastIndexOf(",") > 0) {
|
||||
auxString2 = auxString.substring(0, auxString.lastIndexOf(","));
|
||||
auxString2 = auxString.substring(0, auxString2.lastIndexOf(","));
|
||||
}
|
||||
sender.sendMessage(ChatColor.YELLOW + "Groups Available: " + ChatColor.WHITE + auxString);
|
||||
sender.sendMessage(ChatColor.YELLOW + "GlobalGroups Available: " + ChatColor.WHITE + auxString2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user