Skip to content

Commit fb3a5fe

Browse files
committed
Update Office.lua
1 parent 660d8e2 commit fb3a5fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • SSV2/includes/features/online/yim_resupplier/businesses

SSV2/includes/features/online/yim_resupplier/businesses/Office.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,9 @@ function Office:RemoveClutter(clutter_t)
340340
end
341341

342342
if (name == "cash") then
343-
shouldRefresh = remove_office_cash_clutter_set(interior)
343+
if (remove_office_cash_clutter_set(interior)) then
344+
shouldRefresh = true
345+
end
344346
elseif (remove_office_clutter_set(interior, name)) then
345347
shouldRefresh = true
346348
end

0 commit comments

Comments
 (0)