Properly apply damage causes

This commit is contained in:
ShadowRanger 2015-09-28 11:45:25 +10:00
parent 8485bd44f9
commit 7d6714f713
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ public class Commandkill extends EssentialsLoopCommand {
if (ede.isCancelled() && sender.isPlayer() && !ess.getUser(sender.getPlayer()).isAuthorized("essentials.kill.force")) {
return;
}
ede.getEntity().setLastDamageCause(ede);
matchPlayer.damage(Short.MAX_VALUE);
if (matchPlayer.getHealth() > 0) {