aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Commands.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-06 11:58:46 -0400
committerlempamo <[email protected]>2017-04-06 11:58:46 -0400
commitbefe9e8390e7c2d18341b55b5a66d0385e53faaf (patch)
tree8c77d1f568a1ea866a3841f789de651201dfb977 /ShiftOS_TheReturn/Commands.cs
parent5308c1cd4807edb2ec33f75923e609e8a382f1af (diff)
downloadshiftos_thereturn-befe9e8390e7c2d18341b55b5a66d0385e53faaf.tar.gz
shiftos_thereturn-befe9e8390e7c2d18341b55b5a66d0385e53faaf.tar.bz2
shiftos_thereturn-befe9e8390e7c2d18341b55b5a66d0385e53faaf.zip
.
Diffstat (limited to 'ShiftOS_TheReturn/Commands.cs')
-rw-r--r--ShiftOS_TheReturn/Commands.cs1
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)
{