Slight change

This commit is contained in:
illegitimate-egg 2025-03-03 22:59:20 +00:00
parent 8669913e4d
commit f3d13136f6
2 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ pub fn handle_command(
player.outgoing_data.extend_from_slice(&send_chat_message( player.outgoing_data.extend_from_slice(&send_chat_message(
SpecialPlayers::SelfPlayer as u8, SpecialPlayers::SelfPlayer as u8,
"".to_string(), "".to_string(),
"&cCommand failed".to_string(), "&cAn internal error occured while processing this command".to_string(),
)); ));
} }
} }

Binary file not shown.