now sends heartbeats to a q3 master server

This commit is contained in:
Deathmax 2011-07-09 23:09:45 +08:00
parent b382125cc5
commit 1fca9b6860
2 changed files with 29 additions and 5 deletions

View file

@ -47,7 +47,6 @@ namespace TShockAPI
public bool SpamChecks = false;
public bool DisableBuild = false;
public int TileThreshold = 20;
public string ServerName = "";
public float[] AdminChatRGB = { 255, 0, 0 };
public string AdminChatPrefix = "(Admin) ";
@ -70,6 +69,8 @@ namespace TShockAPI
public string RconPassword = "";
public int RconPort = 7777;
public string ServerName = "";
public string MasterServer = "127.0.0.1";
public static ConfigFile Read(string path)
{