computer stuff drawings separated from the basegame's

This commit is contained in:
minjaesong
2021-12-04 13:10:33 +09:00
parent 9c6b36c8e0
commit 63487a1386
11 changed files with 17 additions and 11 deletions

Binary file not shown.

View File

@@ -121,12 +121,6 @@ object ModMgr {
if (entryPoint.isNotBlank()) {
var newClass: Class<*>? = null
try {
// FIXME creating new classloader somehow messes up with the default classloader??!!?
// if CommandDict fails with NullPointerException, it means it's trying to use a wrong classloader
// bypassing only reveals further issues related to the classloader, such as loading wrong copy if ItemCodex
// that does not contain entry "basegame:0"
// for modules that has JAR defined
if (jar.isNotBlank()) {
val urls = arrayOf<URL>()

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.