Skip to content

Commit bc3a0b6

Browse files
committed
Small issue where the game wouldnt be highlighted by default.
1 parent a677299 commit bc3a0b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Master/NucleusCoopTool/New/GameList.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ public GameList(IGameInfo highlight)
3939
if (game == highlight)
4040
{
4141
con.Highlight();
42+
43+
clicked = game;
44+
btnOk.Enabled = true;
4245
}
4346
}
4447
}

0 commit comments

Comments
 (0)