2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-04-07 10:19:05 +03:00
This commit is contained in:
Vincent Herbet 2015-07-30 19:54:40 +02:00
parent 5c17b1c767
commit 8c0534a055

@ -858,7 +858,7 @@ SMCResult CGameMasterReader::ReadSMC_LeavingSection(const SMCStates *states)
if ((!m_HadEngine && !m_HadGame) ||
(!m_HadEngine && m_MatchedGame) ||
(!m_HadGame && m_MatchedEngine) ||
(m_MatchedEngine && m_MatchedEngine))
(m_MatchedEngine && m_MatchedGame))
{
m_FileList->append(m_CurrentPath);
}