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

Added some missing defaults to switch cases.

This commit is contained in:
GJ
2012-07-02 19:26:40 -04:00
parent f18a9bdcc7
commit 3c10be6d1a
3 changed files with 9 additions and 0 deletions

View File

@@ -192,6 +192,9 @@ public class Combat {
archeryCheck((Player) shooter, target, event);
break;
default:
break;
}
if (targetIsPlayer) {