mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 05:11:08 +00:00
Use https because my web server redirects
This commit is contained in:
parent
768ad80a97
commit
bec97faf5c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
consvar_t cv_http_masterserver = {
|
||||
"http_masterserver",
|
||||
"http://www.jameds.org/SRB2/MS/0",
|
||||
"https://www.jameds.org/SRB2/MS/0",
|
||||
CV_SAVE,
|
||||
|
||||
NULL, NULL, 0, NULL, NULL, 0, 0, NULL/* C90 moment */
|
||||
|
|
Loading…
Reference in a new issue