mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +01:00
Update log message to not be a duplicate of another right bellow it.
This commit is contained in:
parent
6da98330ca
commit
2cd5054f92
@ -502,7 +502,7 @@ void Core::Terminate(bool shutdown)
|
|||||||
// Is there a VM to close?
|
// Is there a VM to close?
|
||||||
if (m_VM)
|
if (m_VM)
|
||||||
{
|
{
|
||||||
cLogDbg(m_Verbosity >= 1, "Closing the virtual machine");
|
cLogDbg(m_Verbosity >= 1, "Releasing any final resources and all loaded scripts");
|
||||||
// Release all script callbacks
|
// Release all script callbacks
|
||||||
ResetFunc();
|
ResetFunc();
|
||||||
// Release the script instances
|
// Release the script instances
|
||||||
|
Loading…
x
Reference in New Issue
Block a user