diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 5247b0da..c0a8fbe2 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -602,14 +602,6 @@ namespace TShockAPI throw new InvalidOperationException("Invalid value given for command line argument \"-ip\"."); } - break; - } - case "-world": - { - string worldPath = parms[++i]; - Main.instance.SetWorld(worldPath);; - ServerApi.LogWriter.PluginWriteLine(this, string.Format("World set for auto loading: {0}", worldPath), TraceLevel.Verbose); - break; } case "-worldname":