Fix formatting

This commit is contained in:
GeorgH93 2021-02-23 21:53:14 +01:00
parent e7d324537d
commit da898f7a92
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<component name="ProjectDictionaryState">
<dictionary name="Georg">
<words>
<w>ingame</w>
<w>munge</w>
</words>
</dictionary>

View File

@ -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);