patsonluk / airline

Apache License 2.0
109 stars 71 forks source link

Missing loan interest on restart? #547

Open patsonluk opened 1 year ago

patsonluk commented 1 year ago

every time the game is restarted...there r no loan interests & repayments to be paid

patsonluk commented 1 year ago

https://discord.com/channels/830517521987534859/835760072260583445/1057206360426684517

patsonluk commented 1 year ago

Probably due to this. https://github.com/patsonluk/airline/blob/master/airline-data/src/main/scala/com/patson/AirlineSimulation.scala#L535

If shutdown occurs after this but before cycle ticks, next sim will likely catch up again but we dun want to re-deduct the money. hmm it's more of a problem of handling of shutdown during sim