1.16.4-pre1

This commit is contained in:
Bixilon 2020-10-17 18:09:54 +02:00
parent 5f2552ea81
commit 009c97d6b1
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -74,7 +74,7 @@ public final class Minosoft {
long mappingStartLoadingTime = System.currentTimeMillis();
try {
Versions.load(Util.readJsonAsset("mapping/versions.json"));
} catch (IOException e) {
} catch (Exception e) {
e.printStackTrace();
System.exit(1);
}

File diff suppressed because one or more lines are too long