fix bl.set
This commit is contained in:
Binary file not shown.
BIN
BlockLua.dll
BIN
BlockLua.dll
Binary file not shown.
@@ -468,7 +468,7 @@ local tsMeta = {
|
||||
|
||||
-- bl.set(name, value)
|
||||
-- Used to set global variables
|
||||
function bl.set(t, name, val)
|
||||
function bl.set(name, val)
|
||||
_bllua_ts.call('_bllua_set_var', name, valToTs(val))
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user