diff options
Diffstat (limited to 'src/trinitycore/Master.cpp')
-rw-r--r-- | src/trinitycore/Master.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/Master.cpp b/src/trinitycore/Master.cpp index fb2eca6ac2b..221ce4967a9 100644 --- a/src/trinitycore/Master.cpp +++ b/src/trinitycore/Master.cpp @@ -402,7 +402,7 @@ int Master::Run() // for some unknown reason, unloading scripts here and not in worldrunnable // fixes a memory leak related to detaching threads from the module - UnloadScriptingModule(); + //UnloadScriptingModule(); // Exit the process with specified return value return World::GetExitCode(); |