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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user