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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user