diff --git a/core/ConCmdManager.cpp b/core/ConCmdManager.cpp index 9c7c5d92a..ec112f78e 100644 --- a/core/ConCmdManager.cpp +++ b/core/ConCmdManager.cpp @@ -303,8 +303,7 @@ void ConCmdManager::InternalDispatch(const CCommand &command) * blocked because of flooding. We won't remove this, but the hack will get * "nicer" when we expose explicit say hooks. */ - if (META_RESULT_STATUS == MRES_SUPERCEDE - && g_ChatTriggers.WasFloodedMessage()) + if (g_ChatTriggers.WasFloodedMessage()) { return; }