diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-05-02 11:56:59 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-05-02 11:56:59 +1000 |
commit | 8cbb262c248e9c681a771a9e0d0849a3af0ab77c (patch) | |
tree | d7746cd735363f534e55fe58fb4cff51fbbb6d54 /assets/opensb/interface | |
parent | 789597dde49bf8ce6e374ea9afd00dd7295e21ce (diff) |
fix directives stitching bug when parsing scale
Diffstat (limited to 'assets/opensb/interface')
-rw-r--r-- | assets/opensb/interface/chat/chat.config.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/opensb/interface/chat/chat.config.patch b/assets/opensb/interface/chat/chat.config.patch index bed2aa7..54f1b28 100644 --- a/assets/opensb/interface/chat/chat.config.patch +++ b/assets/opensb/interface/chat/chat.config.patch @@ -7,7 +7,7 @@ "colors" : { "local" : "^white;", "party" : "^blue;", - "broadcast" : "^yellow;", + "broadcast" : "^#fe6;", "whisper" : "^pink;", "commandResult" : "^lightgray;", "radioMessage" : "^cyan;", |