Skip to content

Commit

Permalink
Merge pull request #2175 from FlightControl-Master/master
Browse files Browse the repository at this point in the history
Update CSAR.lua
  • Loading branch information
Applevangelist authored Sep 7, 2024
2 parents c2aeb1e + 0700963 commit 6bc766e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moose Development/Moose/Ops/CSAR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2374,7 +2374,7 @@ function CSAR:onafterStart(From, Event, To)
self:HandleEvent(EVENTS.PilotDead, self._EventHandler)

if self.UserSetGroup then
self.PilotGroups = self.UserSetGroup
self.allheligroupset = self.UserSetGroup
elseif self.allowbronco then
local prefixes = self.csarPrefix or {}
self.allheligroupset = SET_GROUP:New():FilterCoalitions(self.coalitiontxt):FilterPrefixes(prefixes):FilterStart()
Expand Down

0 comments on commit 6bc766e

Please sign in to comment.