mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Notes to kneeboard (#1375)
Adds global-level kneeboard notes. Explicit save compatability with 4.0.0
(cherry picked from commit e94d48c265)
This commit is contained in:
committed by
Dan Albert
parent
51577c2eb4
commit
a58d3febcb
@@ -110,6 +110,7 @@ class Game:
|
||||
self.date = date(start_date.year, start_date.month, start_date.day)
|
||||
self.game_stats = GameStats()
|
||||
self.game_stats.update(self)
|
||||
self.notes = ""
|
||||
self.ground_planners: dict[int, GroundPlanner] = {}
|
||||
self.informations = []
|
||||
self.informations.append(Information("Game Start", "-" * 40, 0))
|
||||
|
||||
Reference in New Issue
Block a user