Harsher reload warning

This commit is contained in:
md_5 2013-06-15 21:12:15 +10:00
parent 3ce7982778
commit cbec4e836a

View File

@ -19,6 +19,7 @@ public class CommandReload extends Command
BungeeCord.getInstance().config.load();
BungeeCord.getInstance().stopListeners();
BungeeCord.getInstance().startListeners();
sender.sendMessage( ChatColor.GREEN + "Reloaded config, please restart if you have any issues" );
sender.sendMessage( ChatColor.BOLD.toString() + ChatColor.RED.toString() + "BungeeCord has been reloaded."
+ " This is NOT advisable and you will not be supported with any issues that arise! Please restart BungeeCord ASAP." );
}
}