Skip to content

Commit 6ab888f

Browse files
authored
Fix Vending Machines dont update (#502)
* Updated Items November 2025 * Added CCTV for Cargo Ship and Ferry Terminal * Updated items.json with build-in script * add choices to the context menu - bugfix * fix vendingMachines sellorders
1 parent e5e14d2 commit 6ab888f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/structures/MapMarkers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ class MapMarkers {
337337

338338
vendingMachine.id = marker.id;
339339
vendingMachine.location = pos;
340+
vendingMachine.sellOrders = marker.sellOrders;
340341
}
341342
}
342343

0 commit comments

Comments
 (0)