aboutsummaryrefslogtreecommitdiff
path: root/bot/src/main.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-08-29 21:10:15 -0500
committermat <github@matdoes.dev>2022-08-29 21:10:15 -0500
commitc1af5d15e3754bbf2d71d704fb089d760061e3c7 (patch)
tree55bdb92cbcb924bfefbcb78284f8417c6d05e8cf /bot/src/main.rs
parentd9d7b87d6170a4a087f1919d6efa390db6932083 (diff)
downloadazalea-drasl-c1af5d15e3754bbf2d71d704fb089d760061e3c7.tar.xz
physics stuff
Diffstat (limited to 'bot/src/main.rs')
-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);
+ // }
}
_ => {}
}