Merge branch 'develop' into FF/Ops

This commit is contained in:
Frank
2024-01-16 17:11:16 +01:00
23 changed files with 696 additions and 387 deletions

View File

@@ -7180,7 +7180,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