Fix tables double initializing during system boot.

* During master controller inits every object, so we don't need to propagate to neighbors, they will be initialized too.
This commit is contained in:
Leshana
2017-05-15 22:34:41 -04:00
parent 20cb56e406
commit 6386b01c1b

View File

@@ -67,7 +67,7 @@
// reset color/alpha, since they're set for nice map previews
color = "#ffffff"
alpha = 255
update_connections(1)
update_connections(ticker && ticker.current_state == GAME_STATE_PLAYING)
update_icon()
update_desc()
update_material()