mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +01:00
Fix plugin event traceback name.
Script loaded was marked as reload event. Quite the awkward 30 minutes till i figured it out.
This commit is contained in:
parent
4f3c4dac48
commit
819567410b
@ -1313,9 +1313,9 @@ void Core::EmitScriptReload(Int32 header, LightObj & payload)
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void Core::EmitScriptLoaded()
|
||||
{
|
||||
SQMOD_CO_EV_TRACEBACK("[TRACE<] Core::ScriptReload()")
|
||||
SQMOD_CO_EV_TRACEBACK("[TRACE<] Core::ScriptLoaded()")
|
||||
(*mOnScriptLoaded.first)();
|
||||
SQMOD_CO_EV_TRACEBACK("[TRACE>] Core::ScriptReload")
|
||||
SQMOD_CO_EV_TRACEBACK("[TRACE>] Core::ScriptLoaded")
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user