mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-04 05:38:03 +02:00
Minor typo fix - Necrodoom
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user