diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 27cb2b9d..f8fb8391 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -197,7 +197,7 @@ namespace TShockAPI public bool RestApiEnabled = true; [Description("This is the port which the rest api will listen on.")] - public int RestApiPort = 8080; + public int RestApiPort = 7878; public static ConfigFile Read(string path) {