From c1af5d15e3754bbf2d71d704fb089d760061e3c7 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 29 Aug 2022 21:10:15 -0500 Subject: physics stuff --- bot/src/main.rs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'bot/src') 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> { // 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); + // } } _ => {} } -- cgit v1.2.3