diff --git a/amxmodx/CLogEvent.cpp b/amxmodx/CLogEvent.cpp index 944f7ab5..a980f5f3 100755 --- a/amxmodx/CLogEvent.cpp +++ b/amxmodx/CLogEvent.cpp @@ -171,6 +171,11 @@ void LogEventsMngr::CLogEvent::setForwardState(ForwardState state) m_State = state; } +ForwardState LogEventsMngr::CLogEvent::getForwardState() +{ + return m_State = state; +} + int LogEventsMngr::registerLogEvent(CPluginMngr::CPlugin* plugin, int func, int pos) { if (pos < 1 || pos > MAX_LOGARGS)