diff --git a/src/command.rs b/src/command.rs index 25ccc45..204c72b 100644 --- a/src/command.rs +++ b/src/command.rs @@ -107,7 +107,7 @@ pub fn handle_command( player.outgoing_data.extend_from_slice(&send_chat_message( SpecialPlayers::SelfPlayer as u8, "".to_string(), - "&cCommand failed".to_string(), + "&cAn internal error occured while processing this command".to_string(), )); } } diff --git a/src/world.wrld b/src/world.wrld index bd42806..8f8d6ac 100644 Binary files a/src/world.wrld and b/src/world.wrld differ