Skip to content

Commit

Permalink
re-enable automatically populating the server list on start
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuzbf committed Jan 28, 2024
1 parent f419f1b commit 1d33dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ int __stdcall WinMain(HINSTANCE instance, HINSTANCE previnstance, LPSTR commandl
ShowWindow(mainwindow, cmdshow);

queryState = QueryInit();
//ReloadServers();
ReloadServers();

//CreateThread(0, 0, QueryThreadMain, 0, 0, 0);
MSG msg;
Expand Down

0 comments on commit 1d33dd4

Please sign in to comment.