projects
/
minecraft_web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7277e
)
Bad copy-paste
author
Greg Burri
<greg.burri@gmail.com>
Thu, 5 May 2022 22:11:07 +0000
(
00:11
+0200)
committer
Greg Burri
<greg.burri@gmail.com>
Thu, 5 May 2022 22:11:07 +0000
(
00:11
+0200)
backend/src/minecraft_controller.rs
patch
|
blob
|
history
diff --git
a/backend/src/minecraft_controller.rs
b/backend/src/minecraft_controller.rs
index
545e8c2
..
115cb55
100644
(file)
--- 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 {
},
\r
},
\r
version:
\r
- match client.send_command("
list
".to_string()) {
\r
+ match client.send_command("
version
".to_string()) {
\r
Ok(resp) => resp.body,
\r
Err(_e) => {
\r
println!("Error from 'version' command");
\r