fixes for bugs found by bishop

This commit is contained in:
2024-12-11 19:46:48 +01:00
parent a8c8c03994
commit 5f40cb2d25
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ do -- DB
functionString = functionString .. " { x=" .. vecpoint.x .. ", y=0,z=" .. vecpoint.z ..
"},"
end
functionString = functionString .. "{0,1,0,1}, {0,0,0,1}, 1)"
functionString = functionString .. "{0,1,0,1}, {0,0,0,0}, 1)"
env.info(functionString)
---@diagnostic disable-next-line: deprecated