mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use https because my web server redirects
This commit is contained in:
parent
eec6a82882
commit
12788f6491
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
consvar_t cv_http_masterserver = {
|
consvar_t cv_http_masterserver = {
|
||||||
"http_masterserver",
|
"http_masterserver",
|
||||||
"http://www.jameds.org/SRB2/MS/0",
|
"https://www.jameds.org/SRB2/MS/0",
|
||||||
CV_SAVE,
|
CV_SAVE,
|
||||||
|
|
||||||
NULL, NULL, 0, NULL, NULL, 0, 0, NULL/* C90 moment */
|
NULL, NULL, 0, NULL, NULL, 0, 0, NULL/* C90 moment */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue