Fix World crashing on load Fixes #5499 (#5503)

This commit is contained in:
Jack Taylor 2019-02-17 21:15:35 +13:00 committed by LexManos
parent aa076695b9
commit af98088d04

View file

@ -52,7 +52,7 @@
}
public File func_212679_a(File p_212679_1_) {
@@ -47,7 +59,7 @@
@@ -47,11 +59,11 @@
}
public Dimension func_186070_d() {
@ -61,6 +61,11 @@
}
public String toString() {
- return func_212678_a(this).toString();
+ return "DimensionType{" + func_212678_a(this) + "}";
}
@Nullable
@@ -59,7 +71,21 @@
return IRegistry.field_212622_k.func_148754_a(p_186069_0_ - -1);
}