Clients aren't allowed to use the same name as the server, changed radio msg color back to yellow

This commit is contained in:
Regalis
2017-05-02 18:35:17 +03:00
parent 511f24cc47
commit 6c770afd6a
2 changed files with 33 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ namespace Barotrauma.Networking
new Color(204, 74, 78), //error
new Color(63, 72, 204), //dead
new Color(157, 225, 160), //server
new Color(148, 230, 7), //radio
new Color(238, 208, 0), //radio
new Color(228, 199, 27) //private
};