mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-15 08:24:48 +00:00
🐛 Fix player nicknames and IFFs
This commit is contained in:
parent
d1bebdac0b
commit
4a9e162db7
3 changed files with 3 additions and 3 deletions
|
|
@ -127,7 +127,7 @@ func _unhandled_input(event : InputEvent) -> void:
|
|||
for score_label in %Scores.get_children():
|
||||
score_label.queue_free()
|
||||
|
||||
@rpc("any_peer")
|
||||
@rpc("any_peer", "reliable")
|
||||
func _join_match(nickname : String) -> void:
|
||||
if is_multiplayer_authority():
|
||||
add_player(multiplayer.get_remote_sender_id(), nickname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue