We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c28a9 commit 7479fa2Copy full SHA for 7479fa2
Server/mods/deathmatch/logic/CMainConfig.cpp
@@ -515,8 +515,8 @@ bool CMainConfig::Load ( void )
515
strGroup = strGroup.TrimEnd( " " ).TrimStart( " " );
516
}
517
518
- // auth_serial_http_enable
519
- if ( GetBoolean( m_pRootNode, "auth_serial_http_enable", m_bAuthSerialHttpEnabled ) != IS_SUCCESS )
+ // auth_serial_http
+ if ( GetBoolean( m_pRootNode, "auth_serial_http", m_bAuthSerialHttpEnabled ) != IS_SUCCESS )
520
{
521
m_bAuthSerialHttpEnabled = true;
522
0 commit comments