[iortcw] 46/152: All: Change secondary master to master.iortcw.org
Simon McVittie
smcv at debian.org
Fri Sep 8 10:39:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to annotated tag 1.5a
in repository iortcw.
commit 7f9e3c32418d534a26c10b45c43c2de3b280d353
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date: Mon May 2 17:36:42 2016 -0400
All: Change secondary master to master.iortcw.org
---
MP/code/server/sv_init.c | 2 +-
SP/code/server/sv_init.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/MP/code/server/sv_init.c b/MP/code/server/sv_init.c
index aab8101..5bf5ef6 100644
--- a/MP/code/server/sv_init.c
+++ b/MP/code/server/sv_init.c
@@ -913,7 +913,7 @@ void SV_Init( void ) {
Cvar_Get ("sv_dlURL", "", CVAR_SERVERINFO | CVAR_ARCHIVE);
sv_master[0] = Cvar_Get("sv_master1", MASTER_SERVER_NAME, 0);
- sv_master[1] = Cvar_Get("sv_master2", "master.ioquake3.org", 0);
+ sv_master[1] = Cvar_Get("sv_master2", "master.iortcw.org", 0);
for(index = 2; index < MAX_MASTER_SERVERS; index++)
sv_master[index] = Cvar_Get(va("sv_master%d", index + 1), "", CVAR_ARCHIVE);
diff --git a/SP/code/server/sv_init.c b/SP/code/server/sv_init.c
index 2caf953..14f31a0 100644
--- a/SP/code/server/sv_init.c
+++ b/SP/code/server/sv_init.c
@@ -1045,7 +1045,7 @@ void SV_Init (void)
Cvar_Get ("sv_dlURL", "", CVAR_SERVERINFO | CVAR_ARCHIVE);
// sv_master[0] = Cvar_Get("sv_master1", MASTER_SERVER_NAME, 0);
-// sv_master[1] = Cvar_Get("sv_master2", "master.ioquake3.org", 0);
+// sv_master[1] = Cvar_Get("sv_master2", "master.iortcw.org", 0);
for(index = 2; index < MAX_MASTER_SERVERS; index++)
sv_master[index] = Cvar_Get(va("sv_master%d", index + 1), "", CVAR_ARCHIVE);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git
More information about the Pkg-games-commits
mailing list