Use common save settings function on WI budget cap

This commit is contained in:
Cohee 2023-08-13 19:50:12 +03:00
parent 3688bd0b04
commit 23a4705d36
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {