diff options
Diffstat (limited to 'client/map/map.gd')
-rw-r--r-- | client/map/map.gd | 3 |
1 files changed, 0 insertions, 3 deletions
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) |