modmgr to actually check dependency WIP

This commit is contained in:
minjaesong
2022-01-01 23:38:30 +09:00
parent bc6a1c4463
commit caa9b84cb2
8 changed files with 70 additions and 41 deletions

View File

@@ -47,7 +47,6 @@ class EntryPoint : ModuleEntryPoint() {
ModMgr.GameBlockLoader.invoke(moduleName)
ModMgr.GameLanguageLoader.invoke(moduleName)
/////////////////////////////////
// load customised item loader //
/////////////////////////////////
@@ -67,8 +66,6 @@ class EntryPoint : ModuleEntryPoint() {
}
}
println("[Basegame.EntryPoint] Welcome back!")
}