Skip to content

Commit abb734c

Browse files
committed
remove warning
1 parent 4ca0d46 commit abb734c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/assets/net/net.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func spawn_all_on_new(new_id):
143143
print("spawn_all_on_new: " + str(data))
144144

145145

146-
func spawn_new_on_other(id):
146+
func spawn_new_on_other(_id):
147147
var new_id = multiplayer.get_remote_sender_id()
148148
var new_player = get_node("/root/main/players/" + str(new_id) + "/" + str(new_id))
149149
var data: Dictionary = {}

0 commit comments

Comments
 (0)