Content loading improvements

This commit is contained in:
Anuken
2019-12-07 15:41:52 -05:00
parent 07598e3f2f
commit d3747f0d4c
11 changed files with 38 additions and 26 deletions

View File

@ -3,7 +3,7 @@ const log = function(context, obj){
}
const extendContent = function(classType, name, params){
return new JavaAdapter(classType, params, modName + "-" + name)
return new JavaAdapter(classType, params, name)
}
const extend = function(classType, params){