CSAR fix for #1588

Fixes #1588
This commit is contained in:
Applevangelist
2021-08-09 09:06:15 +02:00
committed by GitHub
parent 2201b2adda
commit bce28cf389

View File

@@ -920,7 +920,7 @@ function CSAR:_InitSARForPilot(_downedGroup, _GroupName, _freq, _nomessage)
end
-- trigger FSM event
self:__PilotDown(2,_downedGroup, _freqk, _leadername, _coordinatesText)
self:__PilotDown(2,_downedGroup, _freqk, _groupName, _coordinatesText)
return self
end