mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 05:44:36 +01:00
fix heal command
This commit is contained in:
@@ -20,6 +20,7 @@ public class HealCommand implements CommandHandler {
|
||||
|
||||
lineup.forEachAvatar(avatar -> {
|
||||
avatar.setCurrentHp(lineup, 10000);
|
||||
avatar.save();
|
||||
});
|
||||
|
||||
lineup.save();
|
||||
|
||||
Reference in New Issue
Block a user