Split load function

This commit is contained in:
AsamK 2016-10-27 16:03:20 +02:00
parent f97b0c0faa
commit 6c9f26f49b
2 changed files with 32 additions and 23 deletions

View file

@ -110,7 +110,7 @@ public class Main {
ts = m;
if (m.userExists()) {
try {
m.load();
m.init();
} catch (Exception e) {
System.err.println("Error loading state file \"" + m.getFileName() + "\": " + e.getMessage());
return 2;