mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-26 05:38:04 +03:00
Fix typo
This commit is contained in:
parent
5c17b1c767
commit
8c0534a055
@ -858,7 +858,7 @@ SMCResult CGameMasterReader::ReadSMC_LeavingSection(const SMCStates *states)
|
|||||||
if ((!m_HadEngine && !m_HadGame) ||
|
if ((!m_HadEngine && !m_HadGame) ||
|
||||||
(!m_HadEngine && m_MatchedGame) ||
|
(!m_HadEngine && m_MatchedGame) ||
|
||||||
(!m_HadGame && m_MatchedEngine) ||
|
(!m_HadGame && m_MatchedEngine) ||
|
||||||
(m_MatchedEngine && m_MatchedEngine))
|
(m_MatchedEngine && m_MatchedGame))
|
||||||
{
|
{
|
||||||
m_FileList->append(m_CurrentPath);
|
m_FileList->append(m_CurrentPath);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user