Adds a [PM] tag

Fixes .Private message type colors being silly
This commit is contained in:
Alex Noir
2017-12-05 18:50:36 +03:00
parent fdd3db82e6
commit 0e586651e7
4 changed files with 7 additions and 4 deletions
@@ -25,7 +25,7 @@ namespace Barotrauma.Networking
new Color(63, 72, 204), //dead
new Color(157, 225, 160), //server
new Color(238, 208, 0), //radio
new Color(228, 199, 27) //private
new Color(64, 240, 89) //private
};
public readonly string Text;