mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-15 05:33:40 +00:00
Minor typo fix - Necrodoom
This commit is contained in:
parent
dfb81dd50f
commit
15fa10dd29
1 changed files with 1 additions and 1 deletions
|
@ -1654,7 +1654,7 @@ public class GroupManager extends JavaPlugin {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
worldsHolder.saveChanges(forced);
|
worldsHolder.saveChanges(forced);
|
||||||
sender.sendMessage(ChatColor.YELLOW + " All changes were saved.");
|
sender.sendMessage(ChatColor.YELLOW + "All changes were saved.");
|
||||||
} catch (IllegalStateException ex) {
|
} catch (IllegalStateException ex) {
|
||||||
sender.sendMessage(ChatColor.RED + ex.getMessage());
|
sender.sendMessage(ChatColor.RED + ex.getMessage());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue