aboutsummaryrefslogtreecommitdiff
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/src/main.rs20
1 files changed, 10 insertions, 10 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs
index c8f6bea7..bad00b57 100644
--- a/bot/src/main.rs
+++ b/bot/src/main.rs
@@ -55,16 +55,16 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
// client.move_entity()
// println!("{}", m.to_ansi(None));
- if let Err(e) = client
- .move_entity(&Vec3 {
- x: 0.,
- y: -0.5,
- z: 0.,
- })
- .await
- {
- eprintln!("{:?}", e);
- }
+ // if let Err(e) = client
+ // .move_entity(&Vec3 {
+ // x: 0.,
+ // y: -0.5,
+ // z: 0.,
+ // })
+ // .await
+ // {
+ // eprintln!("{:?}", e);
+ // }
}
_ => {}
}