1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 21:33:14 +02:00

Fix detecting whether translations are disabled in ns_set_language.

This commit is contained in:
Sadie Powell
2025-02-21 13:03:23 +00:00
parent 096c996900
commit 34a539ba78
+1 -1
View File
@@ -145,7 +145,7 @@ public:
, commandnssetlanguage(this, languages)
, commandnssasetlanguage(this, languages)
{
#ifndef HAVE_LOCALIZATION
#if !HAVE_LOCALIZATION
throw ModuleException("Anope was not built with localization support");
#endif