diff --git a/amxmodx/CGameConfigs.cpp b/amxmodx/CGameConfigs.cpp index 75d66109d..5ff69f479 100644 --- a/amxmodx/CGameConfigs.cpp +++ b/amxmodx/CGameConfigs.cpp @@ -584,8 +584,7 @@ SMCResult CGameConfig::ReadSMC_LeavingSection(const SMCStates *states) } #endif } - - if (!finalAddress) + else { finalAddress = g_MemUtils.DecodeAndFindPattern(addressInBase, TempSig.signature); }