mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
lol
This commit is contained in:
parent
e2507f390f
commit
47a5f9ef94
1 changed files with 2 additions and 2 deletions
|
@ -265,8 +265,8 @@ HMS_list_servers (void)
|
|||
{
|
||||
struct HMS_buffer *hms;
|
||||
hms = HMS_connect("servers?token=%s", cv_masterserver_token.string);
|
||||
HMS_do(hms);
|
||||
CONS_Printf("%s", hms->buffer);
|
||||
if (HMS_do(hms))
|
||||
CONS_Printf("%s", hms->buffer);
|
||||
HMS_end(hms);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue