diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 5e9a2c96..b3d6e6ef 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -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(() => {