Merge pull request #1589 from FlightControl-Master/Applevangelist-patch-5

CSAR fix for #1588
This commit is contained in:
Applevangelist 2021-08-09 09:18:51 +02:00 committed by GitHub
commit 9a05f5bc93
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