Model periodical update events
Naval trade simulation in the north and baltic sea during 1250 - 1500
Status: Alpha
Brought to you by:
hotzst
In different models the PeriodicalTimeUpdater is started in the constructor. This works well in a standalone application. However as soon there are multiple clients, where the model is duplicated on server and client side, the same thing gets updated multiple time.
Make sure the update only happens on the server side.
Diff:
The PeriodicalTimeUpdater is no more. This is now handled with scheduled events.