Fix for wholestack on special.

This commit is contained in:
Brianna O'Keefe 2019-02-28 18:15:09 -05:00
parent cb58e90af9
commit fe52eba7da

View File

@ -78,11 +78,10 @@ public class Methods {
if(lastDamageCause != null) {
EntityDamageEvent.DamageCause cause = lastDamageCause.getCause();
for(String s : reasons) {
if(cause.name().equalsIgnoreCase(s)) {
handleWholeStackDeath(killed, stack, items, droppedExp);
break;
return;
}
}
}