mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Only use 'Player' skill as flight-lead
This commit is contained in:
parent
ab66846967
commit
5368c06650
@ -29,7 +29,6 @@ from .flightdata import FlightData
|
|||||||
from .waypoints import WaypointGenerator
|
from .waypoints import WaypointGenerator
|
||||||
from ...ato.flightplans.aewc import AewcFlightPlan
|
from ...ato.flightplans.aewc import AewcFlightPlan
|
||||||
from ...ato.flightplans.theaterrefueling import TheaterRefuelingFlightPlan
|
from ...ato.flightplans.theaterrefueling import TheaterRefuelingFlightPlan
|
||||||
from ...ato.flightwaypointtype import FlightWaypointType
|
|
||||||
from ...theater import Fob
|
from ...theater import Fob
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
@ -220,7 +219,7 @@ class FlightGroupConfigurator:
|
|||||||
unit.skill = self.skill_level_for(unit, pilot)
|
unit.skill = self.skill_level_for(unit, pilot)
|
||||||
return
|
return
|
||||||
|
|
||||||
if self.use_client:
|
if self.use_client or "Pilot #1" not in unit.name:
|
||||||
unit.set_client()
|
unit.set_client()
|
||||||
else:
|
else:
|
||||||
unit.set_player()
|
unit.set_player()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user