mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-03 01:19:58 +01:00
Minor typo fix - Necrodoom
This commit is contained in:
parent
dfb81dd50f
commit
15fa10dd29
@ -1654,7 +1654,7 @@ public class GroupManager extends JavaPlugin {
|
||||
|
||||
try {
|
||||
worldsHolder.saveChanges(forced);
|
||||
sender.sendMessage(ChatColor.YELLOW + " All changes were saved.");
|
||||
sender.sendMessage(ChatColor.YELLOW + "All changes were saved.");
|
||||
} catch (IllegalStateException ex) {
|
||||
sender.sendMessage(ChatColor.RED + ex.getMessage());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user