mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
removed debugging code
This commit is contained in:
parent
b783a5a7b4
commit
db18c2c7db
@ -210,8 +210,7 @@ class Game:
|
||||
|
||||
def pass_turn(self, no_action=False, ignored_cps: typing.Collection[ControlPoint]=None):
|
||||
for event in self.events:
|
||||
if isinstance(event, UnitsDeliveryEvent):
|
||||
event.skip()
|
||||
event.skip()
|
||||
|
||||
if not no_action:
|
||||
self._budget_player()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user