This commit is contained in:
Konloch 2021-07-06 19:42:04 -07:00
parent a0c466b813
commit 2a5977d980
1 changed files with 1 additions and 2 deletions

View File

@ -77,8 +77,7 @@ public class BootCheck implements Runnable
File f = new File(s);
if (f.exists())
{
Boot.setState("Bytecode Viewer Boot Screen (OFFLINE MODE) - Force Loading Library "
+ f.getName());
Boot.setState("Bytecode Viewer Boot Screen (OFFLINE MODE) - Force Loading Library " + f.getName());
System.out.println("Force loading library " + f.getName());
try