Remove -lang from TShock (supported in Vanilla)

This commit is contained in:
Lucas Nicodemus 2017-04-22 20:41:43 -06:00
parent 36538caa43
commit 53d9e7523f
No known key found for this signature in database
GPG key ID: CEE668CCE1BF2C7C
2 changed files with 1 additions and 7 deletions

View file

@ -712,12 +712,6 @@ namespace TShockAPI
}
})
.AddFlag("-lang", (l) =>
{
LanguageManager.Instance.SetLanguage(l);
ServerApi.LogWriter.PluginWriteLine(this, string.Format("Language attempted to be set to {0}.", l), TraceLevel.Verbose);
})
.AddFlag("-autocreate", (size) =>
{
if (!string.IsNullOrWhiteSpace(size))

@ -1 +1 @@
Subproject commit 5eab36395fb918e04ca959345a533938298ed7a1
Subproject commit 8226e3692f9ac4f03bde71b3dac317027f0f62b1