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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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