Added rcon packet handling.

This commit is contained in:
Deathmax 2011-07-08 22:44:19 +08:00
parent 811f7ab1dc
commit a465943eee
5 changed files with 270 additions and 6 deletions

View file

@ -67,6 +67,9 @@ namespace TShockAPI
public int MaximumLoginAttempts = 3;
public string RconPassword = "";
public int RconPort = 7778;
public static ConfigFile Read(string path)
{
if (!File.Exists(path))