fix bl.set

This commit is contained in:
Redo
2025-10-01 20:03:32 -07:00
parent f80dcc296d
commit b5dc7988f5
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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