return name to players

This commit is contained in:
2025-02-13 17:43:30 +10:00
parent 25196cc796
commit be821a2645
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ func _enter_tree() -> void:
func _ready() -> void:
_name_label.text = str(name)
print(str(name), Networker.players)
if not is_multiplayer_authority():
return