Browse Source

[fixed] Loop ended 1 too soon

Kevin_Smarts 9 months ago
parent
commit
675d82845b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/item_cart.qsrc

+ 1 - 1
locations/item_cart.qsrc

@@ -38,7 +38,7 @@ if $ARGS[0] = 'shoppping_aisle':
 		end
 		$item_line
 		i += 1
-	if i < item_idx:jump 'loopshopping_cart'
+	if i <= item_idx:jump 'loopshopping_cart'
 	'</table></center>'
 	gs 'item_cart', 'cart_total'
 end