Don't show non-h1 servers

This commit is contained in:
Federico Cecchetto 2022-05-25 00:47:39 +02:00
parent 79fa35d632
commit 38e615bb54

View File

@ -320,6 +320,11 @@ namespace server_list
return;
}
if (info.get("gamename") != "H1")
{
return;
}
int start_time{};
const auto now = game::Sys_Milliseconds();