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, 1 insertions, 1 deletions
diff --git a/client/game.gd b/client/game.gd
index b1f209a1..790caf5b 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -258,7 +258,7 @@ func _ready():
join()
)
- mp.update_environment.connect($Environment.update)
+ mp.environment.connect($Environment.update)
func join():
join_sent = true