Fix combined action slot not updating when an input field was changed
This commit is contained in:
@@ -227,6 +227,8 @@ class SkillCalculator extends JPanel
|
|||||||
slot.setAvailable(currentLevel >= slot.action.level);
|
slot.setAvailable(currentLevel >= slot.action.level);
|
||||||
slot.value = xp;
|
slot.value = xp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateCombinedAction();
|
||||||
}
|
}
|
||||||
|
|
||||||
private String formatXPActionString(double xp, int actionCount)
|
private String formatXPActionString(double xp, int actionCount)
|
||||||
|
|||||||
Reference in New Issue
Block a user