mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Fixed config not being loaded
This commit is contained in:
parent
8483f74286
commit
bfc7c64160
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ public class Unicopia implements ModInitializer {
|
||||||
public static Config getConfig() {
|
public static Config getConfig() {
|
||||||
if (CONFIG == null) {
|
if (CONFIG == null) {
|
||||||
CONFIG = new Config();
|
CONFIG = new Config();
|
||||||
|
CONFIG.load();
|
||||||
}
|
}
|
||||||
return CONFIG;
|
return CONFIG;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue