revert back to yellow

This commit is contained in:
griffi-gh 2024-04-25 17:52:42 +02:00
parent dc1a641887
commit b8c7dcc196

View file

@ -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)