I'm not great at this whole programming thing

This commit is contained in:
illegitimate-egg 2025-03-03 01:10:40 +00:00
parent bc13af5972
commit 6e8ce4c91e

View File

@ -46,7 +46,7 @@ pub fn handle_command(
let _ = &mut stream.write(&send_chat_message( let _ = &mut stream.write(&send_chat_message(
SpecialPlayers::SelfPlayer as u8, SpecialPlayers::SelfPlayer as u8,
"".to_string(), "".to_string(),
"&cUsage: kick [player]".to_string(), "&cUsage: tp [player]".to_string(),
)); ));
} else { } else {
let players = players_arc_clone let players = players_arc_clone