Skip to content

Commit

Permalink
100 star commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vE5li committed Mar 11, 2024
1 parent a72a1d2 commit 3ef1f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ fn main() {
let mut hotbar = Hotbar::default();

let welcome_string = format!(
"Welcome to ^ff8800Korangar^000000 version ^ff8800{}^000000!",
"Welcome to ^ffff00★^000000 ^ff8800Korangar^000000 ^ffff00★^000000 version ^ff8800{}^000000!",
env!("CARGO_PKG_VERSION")
);
let welcome_message = ChatMessage::new(welcome_string, Color::monochrome_u8(255));
Expand Down

0 comments on commit 3ef1f6e

Please sign in to comment.