From: Greg Burri Date: Thu, 5 May 2022 22:11:07 +0000 (+0200) Subject: Bad copy-paste X-Git-Url: http://git.euphorik.ch/index.cgi?p=minecraft_web.git;a=commitdiff_plain;h=1887ac7a85778de80772fcd70eebbf070e81e83e Bad copy-paste --- diff --git a/backend/src/minecraft_controller.rs b/backend/src/minecraft_controller.rs index 545e8c2..115cb55 100644 --- a/backend/src/minecraft_controller.rs +++ b/backend/src/minecraft_controller.rs @@ -106,7 +106,7 @@ fn get_status_from_rcon(rcon_password: &str) -> StatusFromRcon { }, }, version: - match client.send_command("list".to_string()) { + match client.send_command("version".to_string()) { Ok(resp) => resp.body, Err(_e) => { println!("Error from 'version' command");