!!!IMPORTANT!!!

!!!!! READ THIS !!!!!
Changed default API port to 7878 (8080 is used by TCAdmin in a lot of cases, therefore it would fail dramatically).
This commit is contained in:
Lucas Nicodemus 2011-09-05 21:27:33 -06:00
parent da91d56513
commit cc0852383d

View file

@ -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)
{