From 723917ed73a4f15d873afc3b67f13e5b350fadd8 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 30 Jul 2025 01:43:12 +0200 Subject: [PATCH] Update config.lua --- resources/[inventory]/nordi_backpack/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[inventory]/nordi_backpack/config.lua b/resources/[inventory]/nordi_backpack/config.lua index 25d6ad601..1eab5aca0 100644 --- a/resources/[inventory]/nordi_backpack/config.lua +++ b/resources/[inventory]/nordi_backpack/config.lua @@ -5,7 +5,7 @@ Config = {} -- Separated by gender (0 = male, 1 = female) Config.Backpacks = { [0] = { -- Male backpacks - [31] = { -- Example: Small backpack drawable ID for males + [158] = { -- Example: Small backpack drawable ID for males maxweight = 10000, -- 10kg slots = 10, label = 'Small Backpack', @@ -38,7 +38,7 @@ Config.Backpacks = { } }, [1] = { -- Female backpacks - [29] = { -- Example: Small backpack drawable ID for females + [158] = { -- Example: Small backpack drawable ID for females maxweight = 10000, -- 10kg slots = 10, label = 'Small Backpack'