mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-07-05 00:49:34 +03:00
Updated getForwardState
Updated getForwardState
This commit is contained in:
parent
5995a655b8
commit
73f1c34120
@ -198,7 +198,7 @@ void EventsMngr::ClEvent::setForwardState(ForwardState state)
|
||||
|
||||
ForwardState EventsMngr::ClEvent::getForwardState()
|
||||
{
|
||||
return this->m_State;
|
||||
return m_State;
|
||||
}
|
||||
|
||||
int EventsMngr::registerEvent(CPluginMngr::CPlugin* plugin, int func, int flags, int msgid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user