Fix Broken Config Registration

This commit is contained in:
2022-09-24 13:26:32 +02:00
parent 8e46be5df8
commit cd9a786686

View File

@@ -31,6 +31,7 @@ public class HyperLightingClientConfig extends ModuleConfig {
public HyperLightingClientConfig() {
super(Constants.MOD_ID, "hyperlighting-client");
registerAndSetup(this);
}
@Override