Fix chat colors
This commit is contained in:
parent
70bf515ae0
commit
761bdff214
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ namespace TShockAPI
|
|||
|
||||
public virtual void SendMessageFromPlayer(string msg, byte red, byte green, byte blue, int ply)
|
||||
{
|
||||
SendDataFromPlayer(PacketTypes.ChatText, ply, msg, red, green, blue);
|
||||
SendDataFromPlayer(PacketTypes.ChatText, ply, msg, red, green, blue, 0);
|
||||
}
|
||||
|
||||
public virtual void DamagePlayer(int damage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue