diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs index d38c13fd..def97382 100644 --- a/TShockAPI/TSPlayer.cs +++ b/TShockAPI/TSPlayer.cs @@ -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)