From 6ab888f677782807a089394fb2cf997529a90b35 Mon Sep 17 00:00:00 2001 From: FaiThiX Date: Fri, 21 Nov 2025 17:33:58 +0100 Subject: [PATCH] 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 --- src/structures/MapMarkers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/MapMarkers.js b/src/structures/MapMarkers.js index 6709e24ba..eb9034c77 100644 --- a/src/structures/MapMarkers.js +++ b/src/structures/MapMarkers.js @@ -337,6 +337,7 @@ class MapMarkers { vendingMachine.id = marker.id; vendingMachine.location = pos; + vendingMachine.sellOrders = marker.sellOrders; } }