Code cleanup

This commit is contained in:
GeorgH93 2016-04-15 01:44:58 +02:00
parent 8875652920
commit aa431c955b

View File

@ -111,14 +111,7 @@ public void warnOnVersionIncompatibility(String version)
log.warning(ConsoleColor.RED + "################################" + ConsoleColor.RESET);
log.warning(ConsoleColor.RED + String.format(lang.getTranslated("Console.MinecraftVersionNotCompatible"), version, getDescription().getVersion()) + ConsoleColor.RESET);
log.warning(ConsoleColor.RED + "################################" + ConsoleColor.RESET);
try
{
Thread.sleep(5000L);
}
catch(InterruptedException e)
{
e.printStackTrace();
}
Utils.blockThread(5);
}
public void openBackpack(final Player opener, OfflinePlayer owner, final boolean editable)