aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/client_impl/mining.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src/client_impl/mining.rs')
-rw-r--r--azalea/src/client_impl/mining.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/client_impl/mining.rs b/azalea/src/client_impl/mining.rs
index 11c74480..daaf2b3f 100644
--- a/azalea/src/client_impl/mining.rs
+++ b/azalea/src/client_impl/mining.rs
@@ -16,7 +16,7 @@ impl Client {
/// Returns true if the client is currently trying to mine a block.
pub fn is_mining(&self) -> bool {
- self.get_component::<Mining>().is_some()
+ self.component::<Mining>().is_ok()
}
/// When enabled, the bot will mine any block that it is looking at if it is