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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue