Merge branch 'FF/Ops' into FF/OpsDev

This commit is contained in:
Frank
2024-01-16 17:37:41 +01:00
23 changed files with 697 additions and 330 deletions

View File

@@ -7186,7 +7186,7 @@ function OPSGROUP:SetLaserTarget(Target)
-- Scenery as target. Treat it like a coordinate. Set offset to 1 meter above ground.
self.spot.TargetType=0
self.spot.offsetTarget={x=0, y=1, z=0}
self.spot.offsetTarget={x=0, y=3, z=0}
elseif Target:IsInstanceOf("POSITIONABLE") then