mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-24 07:13:17 +02:00
Merge branch 'master' of github.com:essentials/Essentials
This commit is contained in:
@@ -64,6 +64,8 @@ public class Commandheal extends EssentialsCommand
|
||||
continue;
|
||||
}
|
||||
p.setHealth(20);
|
||||
p.setFoodLevel(20);
|
||||
p.sendMessage(_("heal"));
|
||||
sender.sendMessage(_("healOther", p.getDisplayName()));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user