WIP: Auios' version - Do not merge. Only here for comparison #9

Draft
Auios wants to merge 28 commits from Auios/BlockLua:master into master
Showing only changes of commit 15f67e0eef - Show all commits

View File

@@ -205,7 +205,7 @@ local function valFromTs(val, name, name2)
local vec = multinumericFromTs(val)
if vec then return vec end
-- net string
if val:sub(1, 1) == '\x01' then
if val:sub(1, 1) == '\001' then
return _bllua_ts.call('getTaggedString', val)
end
-- string