Minor changes

This commit is contained in:
Applevangelist
2024-01-14 14:57:07 +01:00
parent b612c3a846
commit 601c8165d8
3 changed files with 10 additions and 4 deletions

View File

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