1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 11:26:36 +02:00

Removed mod_current_module, again, so far, no ill-effects...

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1809 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2008-11-28 06:32:45 +00:00
parent f439924aa2
commit 000b8b3423
5 changed files with 0 additions and 14 deletions
-1
View File
@@ -62,7 +62,6 @@ Module::Module(const std::string &mname, const std::string &creator)
Module::~Module()
{
int i = 0;
mod_current_module = this;
for (i = 0; i < NUM_LANGS; i++)
this->DeleteLanguage(i);