mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Merge branch 'master' of github.com:essentials/Essentials
This commit is contained in:
commit
a00f070400
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ public class Commandheal extends EssentialsCommand
|
|||
continue;
|
||||
}
|
||||
p.setHealth(20);
|
||||
p.setFoodLevel(20);
|
||||
p.sendMessage(_("heal"));
|
||||
sender.sendMessage(_("healOther", p.getDisplayName()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue