2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-01-16 00:38:06 +03:00

Fix documentation ()

* Lack register_event() on event_enable/disable

Lack register_event() on enable_event and disable_event descriptions

* It shoud be m_iJoiningState not m_iJointState

It shoud be m_iJoiningState not m_iJointState
This commit is contained in:
Cleverson 2019-02-11 09:13:19 -02:00 committed by Arkshine
parent 211003750c
commit 2bc04236db

@ -281,7 +281,7 @@ enum CsMenu
};
/**
* Player's join states for use with m_iJointState.
* Player's join states for use with m_iJoiningState.
*/
enum CsJoinState
{