Port more stuff

This commit is contained in:
Sebastian Hartte
2020-07-25 02:24:36 +02:00
parent 5bf05f6cb1
commit 8306f5bf0a
21 changed files with 240 additions and 438 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ public final class AEConfig {
// Config instance
private static AEConfig instance;
static void load(File configFolder) {
public static void load(File configFolder) {
if (instance != null) {
throw new IllegalStateException();
}