From 1d33dd46bb0835c7fbc55f6137b3a6174dc3d28c Mon Sep 17 00:00:00 2001 From: uuuzbf Date: Sun, 28 Jan 2024 23:43:29 +0100 Subject: [PATCH] re-enable automatically populating the server list on start --- browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser.c b/browser.c index be97667..7634ef8 100644 --- a/browser.c +++ b/browser.c @@ -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;