mirror of
https://github.com/anope/anope.git
synced 2026-07-01 19:26:40 +02:00
Much more work on the live SQL. Should work pretty decently now under heavy load.
This commit is contained in:
@@ -400,7 +400,7 @@ void ModuleManager::UnloadAll()
|
||||
Module *m = *it++;
|
||||
|
||||
if (static_cast<MODType>(i) == m->type)
|
||||
DeleteModule(m);
|
||||
UnloadModule(m, NULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user