mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-16 20:41:56 +01:00
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:
parent
944efed3f0
commit
fc51c5eff5
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user