From 1887ac7a85778de80772fcd70eebbf070e81e83e Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Fri, 6 May 2022 00:11:07 +0200 Subject: [PATCH] Bad copy-paste --- backend/src/minecraft_controller.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.43.0