mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-30 22:17:13 +02:00
Fix the empty initialization option being ignored in the execution stage.
This commit is contained in:
@ -568,6 +568,7 @@ private:
|
||||
bool m_LockPreLoadSignal; // Lock pre load signal container.
|
||||
bool m_LockPostLoadSignal; // Lock post load signal container.
|
||||
bool m_LockUnloadSignal; // Lock unload signal container.
|
||||
bool m_EmptyInit; // Whether to initialize without any scripts.
|
||||
|
||||
// --------------------------------------------------------------------------------------------
|
||||
Int32 m_Verbosity; // Restrict the amount of outputted information.
|
||||
|
Reference in New Issue
Block a user