mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-14 03:18:41 -06:00
revert back to yellow
This commit is contained in:
parent
6931118931
commit
3b12a3260d
|
@ -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