mirror of
https://github.com/anope/anope.git
synced 2026-06-25 03:46:36 +02:00
Moved moduleDeleteLanguage() to Module::DeleteLanguage().
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1800 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ Module::~Module()
|
||||
mod_current_module = this;
|
||||
|
||||
for (i = 0; i < NUM_LANGS; i++)
|
||||
moduleDeleteLanguage(i);
|
||||
this->DeleteLanguage(i);
|
||||
|
||||
remove(this->filename.c_str());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user