Skip to content

Commit 7479fa2

Browse files
committed
Addendum to 6b76656 (Added option to block server admins who login with an unrecognized serial)
1 parent c3c28a9 commit 7479fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Server/mods/deathmatch/logic/CMainConfig.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@ bool CMainConfig::Load ( void )
515515
strGroup = strGroup.TrimEnd( " " ).TrimStart( " " );
516516
}
517517

518-
// auth_serial_http_enable
519-
if ( GetBoolean( m_pRootNode, "auth_serial_http_enable", m_bAuthSerialHttpEnabled ) != IS_SUCCESS )
518+
// auth_serial_http
519+
if ( GetBoolean( m_pRootNode, "auth_serial_http", m_bAuthSerialHttpEnabled ) != IS_SUCCESS )
520520
{
521521
m_bAuthSerialHttpEnabled = true;
522522
}

0 commit comments

Comments
 (0)