1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-15 11:04:29 +02:00

Inform user that they were healed.

This commit is contained in:
KHobbits
2011-12-13 01:47:58 +00:00
parent 1da72b33b3
commit 938c063e98

View File

@@ -64,6 +64,8 @@ public class Commandheal extends EssentialsCommand
continue;
}
p.setHealth(20);
p.setFoodLevel(20);
p.sendMessage(_("heal"));
sender.sendMessage(_("healOther", p.getDisplayName()));
}
}