Fire Loading event (#5795)
This commit is contained in:
parent
8c37d642fe
commit
ff80ab6a23
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ public class ConfigTracker {
|
|||
final CommentedConfig commentedConfig = CommentedConfig.inMemory();
|
||||
modConfig.getSpec().correct(commentedConfig);
|
||||
modConfig.setConfigData(commentedConfig);
|
||||
modConfig.fireEvent(new ModConfig.Loading(modConfig));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue