Skip to content

Commit 33ed50b

Browse files
committed
Merge branch 'develop' into feature/popup-panel-stacking
2 parents 80f3ab3 + 7f7b9a6 commit 33ed50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/BossRoom/Scripts/Server/Game/State/ServerCharSelectState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void SetAllUnready()
148148
CharSelectData.LobbyPlayers[i] = new CharSelectData.LobbyPlayerState(
149149
CharSelectData.LobbyPlayers[i].ClientId,
150150
CharSelectData.LobbyPlayers[i].PlayerName,
151-
CharSelectData.LobbyPlayers[i].PlayerNum,
151+
CharSelectData.LobbyPlayers[i].PlayerNumber,
152152
CharSelectData.SeatState.Active,
153153
CharSelectData.LobbyPlayers[i].SeatIdx,
154154
CharSelectData.LobbyPlayers[i].LastChangeTime);

0 commit comments

Comments
 (0)