We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca0d46 commit abb734cCopy full SHA for abb734c
server/assets/net/net.gd
@@ -143,7 +143,7 @@ func spawn_all_on_new(new_id):
143
print("spawn_all_on_new: " + str(data))
144
145
146
-func spawn_new_on_other(id):
+func spawn_new_on_other(_id):
147
var new_id = multiplayer.get_remote_sender_id()
148
var new_player = get_node("/root/main/players/" + str(new_id) + "/" + str(new_id))
149
var data: Dictionary = {}
0 commit comments