diff --git a/pumpkin/src/client/client_packet.rs b/pumpkin/src/client/client_packet.rs index 9c439140..67b09123 100644 --- a/pumpkin/src/client/client_packet.rs +++ b/pumpkin/src/client/client_packet.rs @@ -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