From 6f6289376a0d9ffe7e58506824e37f6b380961c3 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 7 Oct 2022 23:56:23 -0500 Subject: fix errors with rewritten packet reading i forgot i never tested it before LMAO --- bot/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src') diff --git a/bot/src/main.rs b/bot/src/main.rs index 0a291fd8..2f79ad26 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -25,7 +25,7 @@ async fn main() { async fn handle(bot: Client, event: Arc, _state: Arc>) -> anyhow::Result<()> { if let Event::Tick = *event { - bot.jump(); + // bot.jump(); } Ok(()) -- cgit v1.2.3