From 9400850d0345784c95a59cceecb85656bf104817 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 8 Jul 2007 04:38:07 +0000 Subject: [PATCH] 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 --- core/GameConfigs.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/GameConfigs.cpp b/core/GameConfigs.cpp index 58590a7b..4fda3100 100644 --- a/core/GameConfigs.cpp +++ b/core/GameConfigs.cpp @@ -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); } }