diff --git a/amxmodx/CLogEvent.cpp b/amxmodx/CLogEvent.cpp index a980f5f3..bcf93c8a 100755 --- a/amxmodx/CLogEvent.cpp +++ b/amxmodx/CLogEvent.cpp @@ -173,7 +173,7 @@ void LogEventsMngr::CLogEvent::setForwardState(ForwardState state) ForwardState LogEventsMngr::CLogEvent::getForwardState() { - return m_State = state; + return m_State; } int LogEventsMngr::registerLogEvent(CPluginMngr::CPlugin* plugin, int func, int pos)