mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-17 17:41:57 +00:00
lol
This commit is contained in:
parent
06da1425b3
commit
83365e6ce0
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