mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Fix #ifdef limiting Plasma App.SetLanguage command access in Internal client.
This commit is contained in:
@ -2598,7 +2598,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",
|
||||
|
Reference in New Issue
Block a user