- Set default master protocol version for COD to 5
git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@657 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
parent
f1315cd715
commit
927d16bab4
@ -1,3 +1,6 @@
|
||||
Aug 22, 2004: Ludwig Nussel <l-n@users.sourceforge.net>
|
||||
- Set default master protocol version for COD to 5
|
||||
|
||||
Aug 18, 2004: Ludwig Nussel <l-n@users.sourceforge.net>
|
||||
- Apply brightness correction to mapshots
|
||||
|
||||
|
@ -327,13 +327,14 @@ char* ef_masterprotocols[] = {
|
||||
};
|
||||
|
||||
char* cod_masterprotocols[] = {
|
||||
"1",
|
||||
"5 - v1.4",
|
||||
"1 - retail",
|
||||
NULL
|
||||
};
|
||||
|
||||
char* jk3_masterprotocols[] = {
|
||||
"25 - v1.0",
|
||||
"26 - v1.01",
|
||||
"25 - v1.0",
|
||||
NULL
|
||||
};
|
||||
|
||||
@ -5068,7 +5069,7 @@ int prefs_load (void) {
|
||||
/* Call of Duty */
|
||||
config_push_prefix ("/" CONFIG_FILE "/Game: CODS");
|
||||
|
||||
tmp = config_get_string ("protocol=1");
|
||||
tmp = config_get_string ("protocol=5");
|
||||
if ( strlen( tmp ) == 0 )
|
||||
{
|
||||
g_free(tmp);
|
||||
|
@ -27,7 +27,7 @@ gametype CODM new extend Q3M
|
||||
name = Call of Duty Master
|
||||
default port = 20510
|
||||
template var = CODMASTER
|
||||
master protocol = 1
|
||||
master protocol = 5
|
||||
master for gametype = CODS
|
||||
master query = full empty
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user