mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update Events.inc
This commit is contained in:
parent
73fef6cc3f
commit
1ed005e571
@ -72,7 +72,7 @@ void Core::EmitCheckpointCreated(int32_t checkpoint, int32_t header, LightObj &
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void Core::EmitKeyBindCreated(int32_t key_bind, int32_t header, LightObj & payload)
|
||||
{
|
||||
SQMOD_CO_EV_TRACEBACK("[TRACE<] Core::KeyBindCreated(%d, %d, %s)", keybind, header, NULL_SQOBJ_(payload))
|
||||
SQMOD_CO_EV_TRACEBACK("[TRACE<] Core::KeyBindCreated(%d, %d, %s)", key_bind, header, NULL_SQOBJ_(payload))
|
||||
(*mOnKeyBindCreated.first)(m_KeyBinds.at(static_cast< size_t >(key_bind)).mObj, header, payload);
|
||||
SQMOD_CO_EV_TRACEBACK("[TRACE>] Core::KeyBindCreated")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user