From cc0852383d7efa8a293eef4dd27f60c20f463537 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 5 Sep 2011 21:27:33 -0600 Subject: [PATCH] !!!IMPORTANT!!! !!!!! READ THIS !!!!! Changed default API port to 7878 (8080 is used by TCAdmin in a lot of cases, therefore it would fail dramatically). --- TShockAPI/ConfigFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {