1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 18:53:11 +01:00

Tweaked a few switch statements.

This commit is contained in:
GJ
2012-07-02 21:05:55 -04:00
parent bc58aff362
commit 8257fd8e7c
3 changed files with 13 additions and 13 deletions

View File

@@ -148,6 +148,7 @@ public class Combat {
}
break;
case WOLF:
Wolf wolf = (Wolf) damager;
@@ -173,6 +174,7 @@ public class Combat {
}
break;
case ARROW:
LivingEntity shooter = ((Arrow) damager).getShooter();
@@ -190,7 +192,6 @@ public class Combat {
}
archeryCheck((Player) shooter, target, event);
break;
default: