Kill people the proper way.

Test #1410
This commit is contained in:
KHobbits 2012-01-29 03:22:52 +00:00
parent 9ee78bdaec
commit a31f5e219d
2 changed files with 6 additions and 4 deletions

View file

@ -31,7 +31,7 @@ public class Commandkill extends EssentialsCommand
continue;
}
matchPlayer.setHealth(0);
matchPlayer.damage(1000);
sender.sendMessage(_("kill", matchPlayer.getDisplayName()));
}
}