!!!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:
parent
da91d56513
commit
cc0852383d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue