Merge branch 'main' into develop

This commit is contained in:
2024-12-01 21:01:31 +01:00
3 changed files with 15 additions and 4 deletions
+2 -2
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,1,0,1}, 1)"
functionString = functionString .. "{0,1,0,1}, {0,0,0,1}, 1)"
env.info(functionString)
---@diagnostic disable-next-line: deprecated
@@ -367,7 +367,7 @@ do -- DB
end
else
trigger.action.circleToAll(-1, baseId, { x = point.x, y = 0, z = point.z }, 2048,
{ 1, 0, 0, 1 }, { 1, 0, 0, 0 }, 1, true)
{ 1, 0, 0, 1 }, { 0, 0, 0, 0 }, 1, true)
end
end