mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-07 21:37:14 +01:00
Add a message to inform when the plugin is fully loaded.
This commit is contained in:
parent
aedacab931
commit
75f8f43696
@ -106,6 +106,8 @@ static uint8_t OnServerInitialise(void)
|
|||||||
if (Core::Get().Execute())
|
if (Core::Get().Execute())
|
||||||
{
|
{
|
||||||
Core::Get().EmitServerStartup();
|
Core::Get().EmitServerStartup();
|
||||||
|
// Add a notification to let the user know the plugin was loaded
|
||||||
|
LogScs("The Squirrel plugin was loaded successfully");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user