Static Abuse Cleanup - EventUtils -> EventManager

This commit is contained in:
nossr50
2019-07-02 18:32:28 -07:00
parent fc9942fdc4
commit 4c4732695b
23 changed files with 92 additions and 78 deletions

View File

@@ -487,7 +487,7 @@ public final class CombatUtils {
}
LivingEntity livingEntity = (LivingEntity) entity;
EventUtils.callFakeArmSwingEvent(attacker);
pluginRef.getEventManager().callFakeArmSwingEvent(attacker);
switch (type) {
case SWORDS: