Change to kami blue color

This commit is contained in:
Bella Who 2020-02-09 14:14:16 -05:00 committed by GitHub
parent b4de4df441
commit 2ecf19d397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public abstract class Command {
}
public static void sendChatMessage(String message) {
sendRawChatMessage("&7[&a" + KamiMod.KAMI_KANJI + "&7] &r" + message);
sendRawChatMessage("&7[&9" + KamiMod.KAMI_KANJI + "&7] &r" + message);
}
public static void sendErrorMessage(String message) {