mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Remove unused Package field.
This commit is contained in:
parent
236812cc81
commit
c803a49134
@ -32,8 +32,6 @@ class Package:
|
|||||||
#: The set of flights in the package.
|
#: The set of flights in the package.
|
||||||
flights: List[Flight] = field(default_factory=list)
|
flights: List[Flight] = field(default_factory=list)
|
||||||
|
|
||||||
delay: int = field(default=0)
|
|
||||||
|
|
||||||
#: True if the package ToT should be reset to ASAP whenever the player makes
|
#: True if the package ToT should be reset to ASAP whenever the player makes
|
||||||
#: a change. This is really a UI property rather than a game property, but
|
#: a change. This is really a UI property rather than a game property, but
|
||||||
#: we want it to persist in the save.
|
#: we want it to persist in the save.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user