From e8e9cd29eeab49e5bd4d12515bc79e050d7c4dbb Mon Sep 17 00:00:00 2001 From: rarified Date: Fri, 5 Nov 2021 15:42:23 -0600 Subject: [PATCH] Fix #ifdef limiting Plasma App.SetLanguage command access in Internal client. (cherry picked from commit 7be998219feb46aac941e51ee868e1c5feb3a510) --- Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp b/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp index dd861e04..3834f3e0 100644 --- a/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp +++ b/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp @@ -2603,7 +2603,7 @@ PF_CONSOLE_CMD(App, #endif // LIMIT_CONSOLE_COMMANDS -#ifdef LIMIT_CONSOLE_COMMANDS // for now, disable languages in external clients +#ifndef LIMIT_CONSOLE_COMMANDS // for now, disable languages in external clients PF_CONSOLE_CMD(App, SetLanguage, "string language",