Remove RCON code that may overflow
This commit is contained in:
parent
70874a3462
commit
77af896427
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ namespace TShockAPI
|
||||||
public override void SendMessage(string msg, byte red, byte green, byte blue)
|
public override void SendMessage(string msg, byte red, byte green, byte blue)
|
||||||
{
|
{
|
||||||
Console.WriteLine(msg);
|
Console.WriteLine(msg);
|
||||||
RconHandler.Response += msg + "\n";
|
//RconHandler.Response += msg + "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetFullMoon(bool fullmoon)
|
public void SetFullMoon(bool fullmoon)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue