From 0cf1c9bcc9f3ca8eae65365c47d817c378208265 Mon Sep 17 00:00:00 2001 From: Cleverson Date: Tue, 7 Jan 2020 14:27:29 -0300 Subject: [PATCH] Updated getForwardState getForwardState --- amxmodx/CLogEvent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)