From 385968e389dde0b961ae400e25f6073595046368 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Tue, 12 Aug 2025 18:27:56 +0200 Subject: [PATCH] Update config.lua --- resources/[inventory]/cfx-mxc-vendingmachines/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[inventory]/cfx-mxc-vendingmachines/config.lua b/resources/[inventory]/cfx-mxc-vendingmachines/config.lua index b012790a6..7b9d51966 100644 --- a/resources/[inventory]/cfx-mxc-vendingmachines/config.lua +++ b/resources/[inventory]/cfx-mxc-vendingmachines/config.lua @@ -672,7 +672,7 @@ Config.Vendings = { --#region Advanced Near = function(self, obj, dbId) - PopulateSodaVending(self, obj, "mxc_vend_prop_soda_shelf2") + PopulateSodaVending(self, obj, "mxc_vend_prop_soda_shelf") end, Far = function(self, obj, dbId) ClearSodaVending(self, obj)