We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80f3ab3 + 7f7b9a6 commit 33ed50bCopy full SHA for 33ed50b
Assets/BossRoom/Scripts/Server/Game/State/ServerCharSelectState.cs
@@ -148,7 +148,7 @@ void SetAllUnready()
148
CharSelectData.LobbyPlayers[i] = new CharSelectData.LobbyPlayerState(
149
CharSelectData.LobbyPlayers[i].ClientId,
150
CharSelectData.LobbyPlayers[i].PlayerName,
151
- CharSelectData.LobbyPlayers[i].PlayerNum,
+ CharSelectData.LobbyPlayers[i].PlayerNumber,
152
CharSelectData.SeatState.Active,
153
CharSelectData.LobbyPlayers[i].SeatIdx,
154
CharSelectData.LobbyPlayers[i].LastChangeTime);
0 commit comments