mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-31 09:57:14 +01:00
Don't use log messages to confirm the plugin was loaded or not since they can be ignored.
This commit is contained in:
parent
2c1f588cba
commit
28ac1e889a
@ -97,11 +97,11 @@ static uint8_t OnServerInitialise(void)
|
|||||||
{
|
{
|
||||||
Core::Get().EmitServerStartup();
|
Core::Get().EmitServerStartup();
|
||||||
// Add a notification to let the user know the plug-in was loaded
|
// Add a notification to let the user know the plug-in was loaded
|
||||||
LogScs("The Squirrel plug-in was loaded successfully");
|
OutputMessage("The Squirrel plug-in was loaded successfully");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LogFtl("Unable to load the plug-in resources properly");
|
OutputError("Unable to load the plug-in resources properly");
|
||||||
// Failed to initialize
|
// Failed to initialize
|
||||||
return SQMOD_FAILURE;
|
return SQMOD_FAILURE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user