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

@ -370,6 +370,7 @@ namespace TShockAPI
public override void SendMessage(string msg, byte red, byte green, byte blue)
{
Console.WriteLine(msg);
RconHandler.Response += msg + "\n";
}
public void SetBloodMoon(bool bloodMoon)