Make TSPlayer.SendMessage use the smart chat packet
This commit is contained in:
parent
373b0d5aeb
commit
653f6b834f
1 changed files with 1 additions and 1 deletions
|
|
@ -848,7 +848,7 @@ namespace TShockAPI
|
|||
}
|
||||
return;
|
||||
}
|
||||
SendData(PacketTypes.ChatText, msg, 255, red, green, blue);
|
||||
SendData(PacketTypes.SmartTextMessage, msg, 255, red, green, blue);
|
||||
}
|
||||
|
||||
public virtual void SendMessageFromPlayer(string msg, byte red, byte green, byte blue, int ply)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue