Removed -worldpath because you should now just use -world with the full file path
This commit is contained in:
parent
1ae88c9339
commit
7ad46abced
1 changed files with 0 additions and 10 deletions
|
|
@ -685,16 +685,6 @@ namespace TShockAPI
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
.AddFlag("-worldpath", pathChecker)
|
|
||||||
.After(() =>
|
|
||||||
{
|
|
||||||
if (path != null)
|
|
||||||
{
|
|
||||||
Main.WorldPath = path;
|
|
||||||
ServerApi.LogWriter.PluginWriteLine(this, "World path has been set to " + path, TraceLevel.Info);
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
.AddFlag("-logpath", pathChecker)
|
.AddFlag("-logpath", pathChecker)
|
||||||
.After(() =>
|
.After(() =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue