mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-11 11:48:38 +00:00
Update OpsGroup.lua
Fixed mojibake
This commit is contained in:
@@ -4767,7 +4767,7 @@ function OPSGROUP:_UpdateTask(Task, Mission)
|
||||
local tvec2=UTILS.Vec2Translate(vec2, distance, heading)
|
||||
|
||||
-- Debug info.
|
||||
self:T(self.lid..string.format("Barrage: Shots=%s, Altitude=%d m, Angle=%d°, heading=%03d°, distance=%d m", tostring(param.shots), Altitude, Alpha, heading, distance))
|
||||
self:T(self.lid..string.format("Barrage: Shots=%s, Altitude=%d m, Angle=%d°, heading=%03d°, distance=%d m", tostring(param.shots), Altitude, Alpha, heading, distance))
|
||||
|
||||
-- Set fire at point task.
|
||||
DCSTask=CONTROLLABLE.TaskFireAtPoint(nil, tvec2, param.radius, param.shots, param.weaponType, Altitude)
|
||||
|
||||
Reference in New Issue
Block a user