mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-01-15 20:11:21 +01:00
Fix for wholestack on special.
This commit is contained in:
parent
cb58e90af9
commit
fe52eba7da
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user