From dbb52c813e64fbe4e733dbfec4e29889d288873e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 24 Jun 2024 19:28:54 +0200 Subject: make multiplayer non global --- client/map/map.gd | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/map/map.gd') diff --git a/client/map/map.gd b/client/map/map.gd index 913c29da..a26da0fd 100644 --- a/client/map/map.gd +++ b/client/map/map.gd @@ -20,9 +20,6 @@ extends Node3D var tile_by_pos: Dictionary = {} -func _ready(): - Multiplayer.connect("update_map", update) - func update(pos, tile_name, neighbors): var instance: Floor var node_name = str(pos) -- cgit v1.2.3-70-g09d2