mirror of
https://github.com/anope/anope.git
synced 2026-06-25 09:16:38 +02:00
Fixed a few small things
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ void InitLanguages()
|
||||
|
||||
const Anope::string GetString(NickCore *nc, const char *string)
|
||||
{
|
||||
return GetString("anope", nc ? Config->NSDefLanguage : "", string);
|
||||
return GetString("anope", nc ? nc->language : Config->NSDefLanguage, string);
|
||||
}
|
||||
|
||||
const Anope::string GetString(const Anope::string &domain, const Anope::string &lang, const char *string)
|
||||
|
||||
Reference in New Issue
Block a user