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