Skip to content

Commit

Permalink
Fix crash with ready players in lobby.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Feb 14, 2024
1 parent 55f17ce commit 689706a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/gen/chrome/lobby-players.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Container@LOBBY_PLAYER_BIN:
Y: 4
Width: 20
Height: 20
ImageCollection: checkbox-bits
ImageCollection: checkmark-tick
ImageName: checked
Visible: false
Container@TEMPLATE_NONEDITABLE_PLAYER:
Expand Down Expand Up @@ -296,7 +296,7 @@ Container@LOBBY_PLAYER_BIN:
Y: 4
Width: 20
Height: 20
ImageCollection: checkbox-bits
ImageCollection: checkmark-tick
ImageName: checked
Visible: false
Container@TEMPLATE_EMPTY:
Expand Down Expand Up @@ -383,7 +383,7 @@ Container@LOBBY_PLAYER_BIN:
Y: 4
Width: 20
Height: 20
ImageCollection: checkbox-bits
ImageCollection: checkmark-tick
ImageName: checked
Visible: false
Container@TEMPLATE_NONEDITABLE_SPECTATOR:
Expand Down Expand Up @@ -459,7 +459,7 @@ Container@LOBBY_PLAYER_BIN:
Y: 4
Width: 20
Height: 20
ImageCollection: checkbox-bits
ImageCollection: checkmark-tick
ImageName: checked
Visible: false
Container@TEMPLATE_NEW_SPECTATOR:
Expand Down

0 comments on commit 689706a

Please sign in to comment.