mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Make the base capture cheat also toggleable.
Also changelog.
This commit is contained in:
@@ -89,7 +89,7 @@ class QMapControlPoint(QMapObject):
|
||||
return
|
||||
|
||||
for connected in self.control_point.connected_points:
|
||||
if connected.captured:
|
||||
if connected.captured and self.game_model.game.settings.enable_base_capture_cheat:
|
||||
menu.addAction(self.capture_action)
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user