follow-up in seldom-used places

This commit is contained in:
nhmall
2025-11-08 14:53:50 -05:00
parent d5658018ac
commit 4dfdeb8e92
6 changed files with 6 additions and 6 deletions

View File

@@ -810,7 +810,7 @@ EM_JS(void, js_helpers_init, (), {
// used by update_inventory
function displayInventory() {
// Asyncify.handleAsync(async () => {
return _display_inventory(0, 0);
return _repopulate_perminvent();
// });
}