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