mirror of
https://github.com/anope/anope.git
synced 2026-06-30 00:16:39 +02:00
fixed using language files for third party modules
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ Module::Module(const Anope::string &modname, const Anope::string &, ModType modt
|
||||
else
|
||||
{
|
||||
Log() << "Found language file " << lang << " for " << modname;
|
||||
Language::Domains.push_back(lang);
|
||||
Language::Domains.push_back(modname);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user