mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-20 14:24:44 +02:00
Add McMMOPlayerUnarmEvent
This commit is contained in:
@ -42,7 +42,6 @@ public class UnarmedManager extends SkillManager {
|
||||
|
||||
if (chance > Misc.getRandom().nextInt(randomChance)) {
|
||||
if (!hasIronGrip(defender)) {
|
||||
eventHandler.sendAbilityMessage();
|
||||
eventHandler.handleDisarm();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user