removed a message that could have been spammed on mods with only one platform binary
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401067
This commit is contained in:
parent
e87d5a0a6a
commit
9400850d03
@ -370,12 +370,8 @@ SMCParseResult CGameConfig::ReadSMC_LeavingSection()
|
||||
}
|
||||
}
|
||||
|
||||
if (real_bytes < 1)
|
||||
if (real_bytes >= 1)
|
||||
{
|
||||
g_Logger.LogError("[SM] Invalid signature (name \"%s\") (gameconf \"%s\")",
|
||||
m_offset,
|
||||
m_pFile);
|
||||
} else {
|
||||
final_addr = g_MemUtils.FindPattern(addrInBase, real_sig, real_bytes);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user