From 785a03fdc67088743c970e75e1a28e245e897be1 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 11 Apr 2005 19:47:28 +0000 Subject: [PATCH] Grr git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1052 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 4d02529cc..057291a84 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -3551,10 +3551,6 @@ bool LoadModule(const char* filename) /* save the module and the module's classfactory, if * this isnt done, random crashes can occur :/ */ module_names.push_back(filename); - if (extended) - factory.erase(factory.end()); - if (mextended) - modules.erase(modules.end()); } else { -- 2.39.5