mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-14 10:45:23 +01:00
Code cleanup
This commit is contained in:
parent
8875652920
commit
aa431c955b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user