mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-02-21 02:33:23 +01:00
Fix formatting
This commit is contained in:
parent
e7d324537d
commit
da898f7a92
@ -1,6 +1,7 @@
|
||||
<component name="ProjectDictionaryState">
|
||||
<dictionary name="Georg">
|
||||
<words>
|
||||
<w>ingame</w>
|
||||
<w>munge</w>
|
||||
</words>
|
||||
</dictionary>
|
||||
|
@ -123,7 +123,7 @@ private boolean checkMcVersion()
|
||||
{
|
||||
getLogger().warning(ConsoleColor.RED + "################################" + ConsoleColor.RESET);
|
||||
getLogger().warning(ConsoleColor.RED + String.format("Your server version (%1$s) is currently not compatible with your current version (%2$s) of the plugin. " +
|
||||
"Please check for updates!", Bukkit.getVersion(), getDescription().getVersion()) + ConsoleColor.RESET);
|
||||
"Please check for updates!", Bukkit.getVersion(), getDescription().getVersion()) + ConsoleColor.RESET);
|
||||
getLogger().warning(ConsoleColor.RED + "################################" + ConsoleColor.RESET);
|
||||
Utils.blockThread(5);
|
||||
this.setEnabled(false);
|
||||
|
Loading…
Reference in New Issue
Block a user