aboutsummaryrefslogtreecommitdiff
path: root/bot/src/main.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-15 18:50:10 -0600
committermat <github@matdoes.dev>2021-12-15 18:50:10 -0600
commit2e11f5a564e6c5687ebe1d4eab26d6eb841f8406 (patch)
tree80652f00d2a88fd966ff7eeb81871fa049e36e93 /bot/src/main.rs
parent1c9e089b7268fe4ffeeee5e594bb2d708470d2a1 (diff)
downloadazalea-drasl-2e11f5a564e6c5687ebe1d4eab26d6eb841f8406.tar.xz
start implementing other packets and stuff
Diffstat (limited to 'bot/src/main.rs')
-rw-r--r--bot/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs
index ca5c698a..19959ce5 100644
--- a/bot/src/main.rs
+++ b/bot/src/main.rs
@@ -2,7 +2,7 @@ use minecraft_client::connect::join_server;
use tokio::runtime::Runtime;
async fn bot() {
- let address = "localhost:62072";
+ let address = "localhost:50388";
let _response = join_server(&address.try_into().unwrap()).await.unwrap();
// println!("{}", response.description.to_ansi(None));
println!("connected");