Skip to content

Commit

Permalink
Make Pumpkin work again
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas0008 committed Sep 17, 2024
1 parent 2a9eff4 commit 810ecbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pumpkin/src/client/client_packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ impl Client {
}
}
for property in gameprofile.as_ref().unwrap().properties.clone() {
unpack_textures(property, &ADVANCED_CONFIG.authentication.textures)
.unwrap_or_else(|e| self.kick(&e.to_string()));
// TODO: use this (this was the todo here before, ill add it again cuz its prob here for a reason)
let _ = unpack_textures(property, &ADVANCED_CONFIG.authentication.textures);
}

// enable compression
Expand Down

0 comments on commit 810ecbe

Please sign in to comment.