mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +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() {
|
||||
if (CONFIG == null) {
|
||||
CONFIG = new Config();
|
||||
CONFIG.load();
|
||||
}
|
||||
return CONFIG;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue