add {palered} (#148)

This commit is contained in:
shavitush 2016-08-04 23:14:28 +03:00
parent 95fe50e5da
commit b3271b5c57

View File

@ -209,7 +209,8 @@ char gS_CSGOColorNames[][] =
"{lightred}",
"{lime}",
"{orchid}",
"{yellow}"
"{yellow}",
"{palered}"
};
char gS_CSGOColors[][] =
@ -225,7 +226,8 @@ char gS_CSGOColors[][] =
"\x0F",
"\x06",
"\x0E",
"\x09"
"\x09",
"\x07"
};
#endif