mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 13:51:53 +09:00
computer stuff drawings separated from the basegame's
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user