error instead of log

This commit is contained in:
Bella 2020-02-16 16:43:18 -05:00
parent 4636ea3450
commit a0b5ab9628
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ public class KamiMod {
}
}
catch (NullPointerException e) {
KamiMod.log.info("NPE in loading always enabled modules\n");
KamiMod.log.error("NPE in loading always enabled modules\n");
}
KamiMod.log.info(MODNAME + " Mod initialized!\n");