mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-07 20:01:21 +00:00
Remove 1.4 master server address enforcer
This commit is contained in:
parent
f0c795d258
commit
a7edda15e9
1 changed files with 0 additions and 11 deletions
11
src/mserv.c
11
src/mserv.c
|
|
@ -515,17 +515,6 @@ static void MasterServer_OnChange(void)
|
|||
#ifdef MASTERSERVER
|
||||
UnregisterServer();
|
||||
|
||||
/*
|
||||
TODO: remove this for v2, it's just a hack
|
||||
for those coming in with an old config.
|
||||
*/
|
||||
if (
|
||||
! cv_masterserver.changed &&
|
||||
strcmp(cv_masterserver.string, "ms.srb2.org:28900") == 0
|
||||
){
|
||||
CV_StealthSet(&cv_masterserver, cv_masterserver.defaultvalue);
|
||||
}
|
||||
|
||||
Set_api(cv_masterserver.string);
|
||||
|
||||
if (Online())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue