aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/game.gd')
-rw-r--r--client/game.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/game.gd b/client/game.gd
index e0b06772..b1f209a1 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -257,6 +257,8 @@ func _ready():
if lobby_state and not join_sent:
join()
)
+
+ mp.update_environment.connect($Environment.update)
func join():
join_sent = true