engine: client: allow case-insensitive goldsrc proto argument in connect and queryserver commands
This commit is contained in:
parent
cd4f4d5ad4
commit
f7c4cd9398
1 changed files with 1 additions and 1 deletions
|
@ -1440,7 +1440,7 @@ static qboolean CL_StringToProtocol( const char *s, connprotocol_t *proto )
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( !Q_stricmp( s, "goldsrc" ) || !Q_strcmp( s, "gs" ))
|
if( !Q_stricmp( s, "goldsrc" ) || !Q_stricmp( s, "gs" ))
|
||||||
{
|
{
|
||||||
*proto = PROTO_GOLDSRC;
|
*proto = PROTO_GOLDSRC;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue