diff options
Diffstat (limited to '')
-rw-r--r-- | source/PluginManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/PluginManager.cpp b/source/PluginManager.cpp index d4d4d1d20..5a81cccbc 100644 --- a/source/PluginManager.cpp +++ b/source/PluginManager.cpp @@ -1155,7 +1155,6 @@ void cPluginManager::UnloadPluginsNow() m_Commands.clear(); m_ConsoleCommands.clear(); - //SquirrelVM::Shutdown(); // This breaks shit } |