Changed the colors a bit
I'm aware that there's the top half of the file to do :/
This commit is contained in:
parent
7f558c395a
commit
a1dbd06f8a
2 changed files with 4 additions and 4 deletions
|
|
@ -409,7 +409,7 @@ namespace TShockAPI
|
|||
|
||||
public virtual void SendInfoMessage(string msg)
|
||||
{
|
||||
SendMessage(msg, Color.Indigo);
|
||||
SendMessage(msg, Color.Yellow);
|
||||
}
|
||||
|
||||
public virtual void SendSuccessMessage(string msg)
|
||||
|
|
@ -419,7 +419,7 @@ namespace TShockAPI
|
|||
|
||||
public virtual void SendWarningMessage(string msg)
|
||||
{
|
||||
SendMessage(msg, Color.Yellow);
|
||||
SendMessage(msg, Color.OrangeRed);
|
||||
}
|
||||
|
||||
public virtual void SendErrorMessage(string msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue