missed relative reference

This commit is contained in:
Bella 2020-04-01 10:49:15 -04:00
parent 34c0ea046f
commit a0ac2e9ea7
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ public class KamiMod {
// load modules that are on by default // autoenable // load modules that are on by default // autoenable
MODULE_MANAGER.getModule(RunConfig.class).enable(); MODULE_MANAGER.getModule(RunConfig.class).enable();
KamiMod.log.info(MODNAME + " Mod initialized!\n"); log.info(MODNAME + " Mod initialized!\n");
} }
public static String getConfigName() { public static String getConfigName() {