Browse Source

GUI builder fix

Lortseam 4 năm trước cách đây
mục cha
commit
321da1d77d

+ 1 - 0
src/main/java/me/lortseam/completeconfig/ConfigHandler.java

@@ -69,6 +69,7 @@ public final class ConfigHandler {
         }
         HANDLERS.put(owner, this);
         config = new Config(modID, topLevelCategories, load());
+        this.guiBuilder = guiBuilder;
     }
 
     private JsonElement load() {