mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 03:22:35 +00:00
lol
This commit is contained in:
parent
e099ba0118
commit
fc817337ff
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…
Add table
Reference in a new issue