diff options
| -rw-r--r-- | ShiftOS_TheReturn/Commands.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs index c4f0c7a..3cd1640 100644 --- a/ShiftOS_TheReturn/Commands.cs +++ b/ShiftOS_TheReturn/Commands.cs @@ -357,6 +357,7 @@ namespace ShiftOS.Engine return true; } + [Command("lang", "{COMMAND_SOS_LANG_USAGE}", "{COMMAND_SOS_LANG_DESCRIPTION}")] [RequiresArgument("language")] public static bool SetLanguage(Dictionary<string, object> userArgs) { |
