barely managed to fix inventory UI

This commit is contained in:
minjaesong
2017-07-04 01:27:18 +09:00
parent 924c7db5eb
commit 7ca4d03cf8
11 changed files with 32 additions and 16 deletions

View File

@@ -165,7 +165,6 @@ object ModMgr {
val langPath = "locales/"
@JvmStatic operator fun invoke(module: String) {
println("arstneitars")
Lang.load(getPath(module, langPath))
}
}