diff --git a/amxmodx/CLogEvent.h b/amxmodx/CLogEvent.h index fda56625..674b6370 100755 --- a/amxmodx/CLogEvent.h +++ b/amxmodx/CLogEvent.h @@ -106,6 +106,7 @@ public: inline CPluginMngr::CPlugin *getPlugin() { return plugin; } void registerFilter(char* filter); void setForwardState(ForwardState value); + ForwardState getForwardState(); inline int getFunction() { return func; } };