mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 02:07:53 +07:00
Fixed issue in #1804
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
const log = function(context, obj){
|
||||
Vars.mods.getScripts().log(context, obj ? String(obj) : "null")
|
||||
Vars.mods.getScripts().log(context, String(obj))
|
||||
}
|
||||
|
||||
var scriptName = "base.js"
|
||||
|
Reference in New Issue
Block a user