mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 16:47:14 +02:00
Add a message to inform when the plugin is fully loaded.
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user