remove dead code

This commit is contained in:
walterroach
2020-11-20 20:29:30 -06:00
parent 833399f068
commit 2b6227f3b1
4 changed files with 2 additions and 328 deletions

View File

@@ -229,7 +229,7 @@ class QTopPanel(QFrame):
game_event.is_awacs_enabled = True
game_event.ca_slots = 1
game_event.departure_cp = self.game.theater.controlpoints[0]
game_event.player_attacking({CAS: {}, CAP: {}})
# game_event.player_attacking({CAS: {}, CAP: {}})
game_event.depart_from = self.game.theater.controlpoints[0]
self.game.initiate_event(game_event)