From: brain Date: Mon, 11 Apr 2005 19:47:28 +0000 (+0000) Subject: Grr X-Git-Tag: v2.0.23~10596 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=785a03fdc67088743c970e75e1a28e245e897be1;p=user%2Fhenk%2Fcode%2Finspircd.git Grr git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1052 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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 {