removed filling color from airbases

This commit is contained in:
2024-11-19 19:22:22 +01:00
parent de1ee4dc0b
commit b088bff327
+2 -2
View File
@@ -320,7 +320,7 @@ do -- DB
functionString = functionString .. " { x=" .. vecpoint.x .. ", y=0,z=" .. vecpoint.z .. functionString = functionString .. " { x=" .. vecpoint.x .. ", y=0,z=" .. vecpoint.z ..
"}," "},"
end 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) env.info(functionString)
---@diagnostic disable-next-line: deprecated ---@diagnostic disable-next-line: deprecated
@@ -332,7 +332,7 @@ do -- DB
end end
else else
trigger.action.circleToAll(-1, baseId, { x = point.x, y = 0, z = point.z }, 2048, 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
end end