1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-31 18:07:14 +01:00

Add a message to inform when the plugin is fully loaded.

This commit is contained in:
Sandu Liviu Catalin 2016-07-10 17:15:43 +03:00
parent aedacab931
commit 75f8f43696

View File

@ -106,6 +106,8 @@ static uint8_t OnServerInitialise(void)
if (Core::Get().Execute())
{
Core::Get().EmitServerStartup();
// Add a notification to let the user know the plugin was loaded
LogScs("The Squirrel plugin was loaded successfully");
}
else
{