Page 1 of 1
Desync with set_tiles
Posted: Sun Jun 17, 2018 1:30 am
by klugemonkey
I'm getting a desync after logout and re-login when using set_tiles() on the nauvis surface during a function called from on_tick event that runs only once per on_load() or on_init() for map setup. Not sure why it would cause desyncing since it looks like the set_tiles is working. This is on 0.16.51. Any suggestions?
Re: Desync with set_tiles
Posted: Sun Jun 17, 2018 9:54 am
by darkfrei
klugemonkey wrote:I'm getting a desync after logout and re-login when using set_tiles() on the nauvis surface during a function called from on_tick event that runs only once per on_load() or on_init() for map setup. Not sure why it would cause desyncing since it looks like the set_tiles is working. This is on 0.16.51. Any suggestions?
Just remove on_load.
You are need probably
on_configuration_changed
Re: Desync with set_tiles
Posted: Sun Mar 31, 2019 4:12 am
by klugemonkey
I have since resolved this issue.
