Removed -worldpath because you should now just use -world with the full file path

This commit is contained in:
Chris 2020-05-20 18:00:28 +09:30
parent 1ae88c9339
commit 7ad46abced

View file

@ -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)
.After(() =>
{