mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-22 06:48:43 -06:00
revert back to yellow
This commit is contained in:
parent
dc1a641887
commit
b8c7dcc196
|
@ -22,7 +22,7 @@ pub fn render_chat(
|
||||||
(format!("{username} ({id}) joined the game"), color::YELLOW)
|
(format!("{username} ({id}) joined the game"), color::YELLOW)
|
||||||
}
|
}
|
||||||
ChatMessage::PlayerLeave { username, id } => {
|
ChatMessage::PlayerLeave { username, id } => {
|
||||||
(format!("{username} ({id}) left the game"), color::RED)
|
(format!("{username} ({id}) left the game"), color::YELLOW)
|
||||||
}
|
}
|
||||||
ChatMessage::System(message) => {
|
ChatMessage::System(message) => {
|
||||||
(message.clone(), color::WHITE)
|
(message.clone(), color::WHITE)
|
||||||
|
|
Loading…
Reference in a new issue