mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-22 20:57:12 +01:00
Update Main.cpp
This commit is contained in:
parent
cd55e51d62
commit
72b4f661e6
@ -108,6 +108,8 @@ static uint8_t OnServerInitialise()
|
|||||||
{
|
{
|
||||||
SQMOD_SV_EV_TRACEBACK("[TRACE>] OnServerInitialise")
|
SQMOD_SV_EV_TRACEBACK("[TRACE>] OnServerInitialise")
|
||||||
OutputError("Unable to load the plug-in resources properly");
|
OutputError("Unable to load the plug-in resources properly");
|
||||||
|
// The server may not invoke the shutdown callback
|
||||||
|
Core::Get().Terminate(true);
|
||||||
// Failed to initialize
|
// Failed to initialize
|
||||||
return SQMOD_FAILURE;
|
return SQMOD_FAILURE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user