mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Add base menu to new package dialog for red cp
This commit is contained in:
parent
cdb16cc591
commit
86bc41c15c
@ -90,3 +90,10 @@ class QMapControlPoint(QMapObject):
|
|||||||
# Reinitialized ground planners and the like.
|
# Reinitialized ground planners and the like.
|
||||||
self.game_model.game.initialize_turn()
|
self.game_model.game.initialize_turn()
|
||||||
GameUpdateSignal.get_instance().updateGame(self.game_model.game)
|
GameUpdateSignal.get_instance().updateGame(self.game_model.game)
|
||||||
|
|
||||||
|
def open_new_package_dialog(self) -> None:
|
||||||
|
"""Extends the default packagedialog to redirect to base menu for red air base."""
|
||||||
|
if not self.control_point.captured:
|
||||||
|
self.on_click()
|
||||||
|
else:
|
||||||
|
super(QMapControlPoint, self).open_new_package_dialog()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user