Clean up IntelliJ's overzealous refactoring of the word "reload"...

The command we want people to type is /ma reload, not /ma load. This is likely splash damage from a Rename refactoring action in IntelliJ.
This commit is contained in:
Andreas Troelsen 2018-08-19 10:53:14 +02:00
parent 944efed3f0
commit fc51c5eff5

View File

@ -75,7 +75,7 @@ public class MobArena extends JavaPlugin
checkForUpdates();
} catch (ConfigError e) {
getLogger().log(Level.SEVERE, "You have an error in your config-file!\n\n " + e.getMessage() + "\n");
getLogger().log(Level.SEVERE, "Fix it, then run /ma load");
getLogger().log(Level.SEVERE, "Fix it, then run /ma reload");
}
}