mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
fixed missing debug event skipping
This commit is contained in:
parent
7e55eb2d8d
commit
de8d34d64e
@ -251,9 +251,6 @@ PLANE_PAYLOAD_OVERRIDES = {
|
|||||||
"*": "12x9A4172, 40xS-8",
|
"*": "12x9A4172, 40xS-8",
|
||||||
},
|
},
|
||||||
|
|
||||||
# TODO: figure out a way to setup su33 loadout
|
|
||||||
Su_33: FighterSweep,
|
|
||||||
|
|
||||||
M_2000C: {
|
M_2000C: {
|
||||||
"*": "Combat Air Patrol",
|
"*": "Combat Air Patrol",
|
||||||
},
|
},
|
||||||
|
|||||||
@ -180,7 +180,6 @@ class Game:
|
|||||||
|
|
||||||
def pass_turn(self, no_action=False, ignored_cps: typing.Collection[ControlPoint]=None):
|
def pass_turn(self, no_action=False, ignored_cps: typing.Collection[ControlPoint]=None):
|
||||||
for event in self.events:
|
for event in self.events:
|
||||||
if type(event) is UnitsDeliveryEvent:
|
|
||||||
event.skip()
|
event.skip()
|
||||||
|
|
||||||
if not no_action:
|
if not no_action:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user