mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-14 17:57:56 +07:00
Content loading improvements
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user