Added rcon packet handling.
This commit is contained in:
parent
811f7ab1dc
commit
a465943eee
5 changed files with 270 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue