Put admin color to Pal

This commit is contained in:
summetdev
2020-10-20 13:51:21 +03:00
parent d3e26c7c16
commit 89fca49b91
2 changed files with 5 additions and 2 deletions

View File

@@ -94,5 +94,7 @@ public class Pal{
redDust = Color.valueOf("ffa480"),
redderDust = Color.valueOf("ff7b69"),
plasticSmoke = Color.valueOf("f1e479");
plasticSmoke = Color.valueOf("f1e479"),
adminChat = Color.valueOf("ff4000");
}