mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Missions with very large numbers of packages and short mission windows would raise an exception here because we couldn't schedule more frequently than once a minute. Switch to using seconds instead of minutes to avoid that problem. If there are more packages than there are seconds in the mission the game is broken for other reasons. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1154