Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit b5a9048

Browse files
Visual debug aid for ids
1 parent 3080848 commit b5a9048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/Scenes/Lobby/SceneLobby.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void AddPlayer(uint id, string name)
125125

126126
ListPlayers.AddChild(player);
127127

128-
player.SetUsername(name);
128+
player.SetUsername($"{name} (Id: {id})");
129129
player.SetReady(false);
130130
player.Id = id;
131131
}

0 commit comments

Comments
 (0)