Don't show non-h1 servers
This commit is contained in:
parent
79fa35d632
commit
38e615bb54
@ -320,6 +320,11 @@ namespace server_list
|
||||
return;
|
||||
}
|
||||
|
||||
if (info.get("gamename") != "H1")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
int start_time{};
|
||||
const auto now = game::Sys_Milliseconds();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user