mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-07-05 08:59:32 +03:00
Updated getForwardState
getForwardState
This commit is contained in:
parent
73f1c34120
commit
0cf1c9bcc9
@ -173,7 +173,7 @@ void LogEventsMngr::CLogEvent::setForwardState(ForwardState state)
|
|||||||
|
|
||||||
ForwardState LogEventsMngr::CLogEvent::getForwardState()
|
ForwardState LogEventsMngr::CLogEvent::getForwardState()
|
||||||
{
|
{
|
||||||
return m_State = state;
|
return m_State;
|
||||||
}
|
}
|
||||||
|
|
||||||
int LogEventsMngr::registerLogEvent(CPluginMngr::CPlugin* plugin, int func, int pos)
|
int LogEventsMngr::registerLogEvent(CPluginMngr::CPlugin* plugin, int func, int pos)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user