return name to players
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user