aboutsummaryrefslogtreecommitdiff
path: root/client/map/map.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-24 20:12:18 +0200
committernokoe <nokoe@mailbox.org>2024-06-24 20:12:18 +0200
commit9e0131dcf5c1d1694fc7d81faba6b3a7251ee71e (patch)
treef173294ca3cb88a26a9cc1a3d6ccd0884cf49824 /client/map/map.gd
parent3e483fbbc2c7aa5cce7f31adc31d2cba15f9c08a (diff)
parentdbb52c813e64fbe4e733dbfec4e29889d288873e (diff)
downloadhurrycurry-9e0131dcf5c1d1694fc7d81faba6b3a7251ee71e.tar
hurrycurry-9e0131dcf5c1d1694fc7d81faba6b3a7251ee71e.tar.bz2
hurrycurry-9e0131dcf5c1d1694fc7d81faba6b3a7251ee71e.tar.zst
Merge branch 'master' of ssh://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/map/map.gd')
-rw-r--r--client/map/map.gd3
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)