Changed default RconPort to 7777
Changed how rcon commands are handled.
This commit is contained in:
parent
dc2ebf9087
commit
1e17a6edb4
2 changed files with 4 additions and 4 deletions
|
|
@ -68,7 +68,7 @@ namespace TShockAPI
|
|||
public int MaximumLoginAttempts = 3;
|
||||
|
||||
public string RconPassword = "";
|
||||
public int RconPort = 7778;
|
||||
public int RconPort = 7777;
|
||||
|
||||
public static ConfigFile Read(string path)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue