mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-04-19 10:37:21 +02:00
Update the module API and merge shared code between modules and host plugin.
This commit is contained in:
+1
-1
@@ -368,7 +368,7 @@ bool Core::Reload()
|
||||
{
|
||||
return false; // Already reloading!
|
||||
}
|
||||
// Prevent circular reloads when we send plugin commands
|
||||
// Prevent circular reloads when we send plug-in commands
|
||||
const BitGuardU32 bg(m_CircularLocks, static_cast< Uint32 >(CCL_RELOAD_SCRIPTS));
|
||||
// Allow reloading by default
|
||||
Core::Get().SetState(1);
|
||||
|
||||
Reference in New Issue
Block a user