Remove RCON code that may overflow

This commit is contained in:
Deathmax 2011-12-27 22:32:05 +08:00
parent 70874a3462
commit 77af896427

View file

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