mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Correct Grammar
This commit is contained in:
parent
c6bb10489e
commit
9570e5cfd9
1 changed files with 1 additions and 1 deletions
|
@ -1527,7 +1527,7 @@ public class GroupManager extends JavaPlugin {
|
|||
overloadedUsers.put(dataHolder.getName().toLowerCase(), new ArrayList<User>());
|
||||
}
|
||||
overloadedUsers.get(dataHolder.getName().toLowerCase()).clear();
|
||||
sender.sendMessage(ChatColor.YELLOW + " " + count + "All users in overload mode are now are normal again.");
|
||||
sender.sendMessage(ChatColor.YELLOW + " " + count + "All users in overload mode are now normal again.");
|
||||
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue