1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-25 15:41:21 +02:00

Inform user that they were healed.

This commit is contained in:
KHobbits
2011-12-13 01:47:58 +00:00
parent e37ab86c9b
commit dfa4ecbe4f

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()));
}
}