mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Inform user that they were healed.
This commit is contained in:
parent
e37ab86c9b
commit
dfa4ecbe4f
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ public class Commandheal extends EssentialsCommand
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
p.setHealth(20);
|
p.setHealth(20);
|
||||||
|
p.setFoodLevel(20);
|
||||||
|
p.sendMessage(_("heal"));
|
||||||
sender.sendMessage(_("healOther", p.getDisplayName()));
|
sender.sendMessage(_("healOther", p.getDisplayName()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue