mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user