From 7ad46abced17113ca4338598c73c172828e43355 Mon Sep 17 00:00:00 2001 From: Chris <2648373+QuiCM@users.noreply.github.com> Date: Wed, 20 May 2020 18:00:28 +0930 Subject: [PATCH] Removed -worldpath because you should now just use -world with the full file path --- TShockAPI/TShock.cs | 10 ---------- 1 file changed, 10 deletions(-) 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(() => {