Remove -lang from TShock (supported in Vanilla)
This commit is contained in:
parent
36538caa43
commit
53d9e7523f
2 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue