Changed default RconPort to 7777

Changed how rcon commands are handled.
This commit is contained in:
Deathmax 2011-07-09 09:11:57 +08:00
parent dc2ebf9087
commit 1e17a6edb4
2 changed files with 4 additions and 4 deletions

View file

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