mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 11:21:01 +00:00
Oops
This commit is contained in:
parent
9216406eea
commit
676865c1b9
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ HMS_unlist (void)
|
|||
hms = HMS_connect("servers/%s/unlist", hms_server_token);
|
||||
|
||||
if (! hms)
|
||||
return 0;
|
||||
return;
|
||||
|
||||
curl_easy_setopt(hms->curl, CURLOPT_CUSTOMREQUEST, "POST");
|
||||
|
||||
|
|
Loading…
Reference in a new issue