Deprecated use of SendMessage(string msg)
This commit is contained in:
parent
2b384f964f
commit
43523fd441
1 changed files with 1 additions and 0 deletions
|
|
@ -427,6 +427,7 @@ namespace TShockAPI
|
|||
SendMessage(msg, Color.Red);
|
||||
}
|
||||
|
||||
[Obsolete("Use SendErrorMessage, SendInfoMessage, or SendWarningMessage, or a custom color instead.")]
|
||||
public virtual void SendMessage(string msg)
|
||||
{
|
||||
SendMessage(msg, 0, 255, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue