mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 08:39:49 +01:00
Fix Leaf Blower not respecting Shears. (MCCORE-44)
This commit is contained in:
parent
a2e41f31ed
commit
b39c02154a
@ -372,9 +372,11 @@ public class mcBlockListener implements Listener
|
||||
}
|
||||
}
|
||||
else{
|
||||
if(inhand.getTypeId() != 359){
|
||||
event.setInstaBreak(true);
|
||||
WoodCutting.leafBlower(player, block);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user