aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-16 14:29:49 -0600
committermat <git@matdoes.dev>2023-12-16 14:29:49 -0600
commita069ffe9827dc554cbb749f5e7d88c2d36906c3d (patch)
tree9c6a7b8ecf281a5addba0c6b825f9771c0b17ca9 /azalea-auth
parent92d33ad0a325b8cb7c78e13a344621e34fb4bd99 (diff)
downloadazalea-drasl-a069ffe9827dc554cbb749f5e7d88c2d36906c3d.tar.xz
fix non-u8 gamemodes
love you wynncraft
Diffstat (limited to 'azalea-auth')
-rwxr-xr-xazalea-auth/src/auth.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-auth/src/auth.rs b/azalea-auth/src/auth.rs
index 3b55a3bd..efb0daa1 100755
--- a/azalea-auth/src/auth.rs
+++ b/azalea-auth/src/auth.rs
@@ -10,7 +10,6 @@ use std::{
time::{Instant, SystemTime, UNIX_EPOCH},
};
use thiserror::Error;
-use tracing::trace;
use uuid::Uuid;
#[derive(Default)]