From 6e8ce4c91e3f4ef19901470de4f7d62ee94f056d Mon Sep 17 00:00:00 2001 From: illegitimate-egg Date: Mon, 3 Mar 2025 01:10:40 +0000 Subject: [PATCH] I'm not great at this whole programming thing --- src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.rs b/src/command.rs index 59c0717..6276027 100644 --- a/src/command.rs +++ b/src/command.rs @@ -46,7 +46,7 @@ pub fn handle_command( let _ = &mut stream.write(&send_chat_message( SpecialPlayers::SelfPlayer as u8, "".to_string(), - "&cUsage: kick [player]".to_string(), + "&cUsage: tp [player]".to_string(), )); } else { let players = players_arc_clone