resolved conflict from develop

This commit is contained in:
2024-11-06 15:23:18 +01:00
15 changed files with 159 additions and 79 deletions
+1
View File
@@ -358,6 +358,7 @@ do -- DB
functionString = functionString .. "{0,1,0,1}, {0,1,0,1}, 1)"
env.info(functionString)
---@diagnostic disable-next-line: deprecated
local f, err = loadstring(functionString)
if f then
f()