]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Grr
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 11 Apr 2005 19:47:28 +0000 (19:47 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 11 Apr 2005 19:47:28 +0000 (19:47 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1052 e03df62e-2008-0410-955e-edbf42e46eb7

src/inspircd.cpp

index 4d02529cc5cf0ba2b0ece6c04177778570ebe8c4..057291a844b5557e845f246d71cf767ae45d86e6 100644 (file)
@@ -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
                 {