diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-11 19:47:28 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-11 19:47:28 +0000 |
commit | 785a03fdc67088743c970e75e1a28e245e897be1 (patch) | |
tree | 176fcc625d1a606ad2c6f550df94ab2cb4a633f7 /src/inspircd.cpp | |
parent | a0b4b19b004f374d54c224a61ca27f779d54b981 (diff) |
Grr
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1052 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 4 |
1 files changed, 0 insertions, 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 { |