Use common save settings function on WI budget cap
This commit is contained in:
parent
3688bd0b04
commit
23a4705d36
|
@ -1552,7 +1552,7 @@ jQuery(() => {
|
|||
$('#world_info_budget_cap').on('input', function () {
|
||||
world_info_budget_cap = Number($(this).val());
|
||||
$("#world_info_budget_cap_counter").text(world_info_budget_cap);
|
||||
saveSettingsDebounced();
|
||||
saveSettings();
|
||||
});
|
||||
|
||||
$('#world_button').on('click', async function () {
|
||||
|
|
Loading…
Reference in New Issue