From 701d9e52fa1da2b68fd7c5bb7f1184a9f65b47b1 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 28 Jul 2025 00:25:23 +0200 Subject: [PATCH] Update config.lua --- resources/[inventory]/tgiann-inventory/configs/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[inventory]/tgiann-inventory/configs/config.lua b/resources/[inventory]/tgiann-inventory/configs/config.lua index ea182b13f..9e255bd6c 100644 --- a/resources/[inventory]/tgiann-inventory/configs/config.lua +++ b/resources/[inventory]/tgiann-inventory/configs/config.lua @@ -93,7 +93,7 @@ config.searchPlayer = { config.openMaxDistance = { player = 5, -- The distance the player can open the other player inventory - trunk = 20, -- The distance the player can open the trunk + trunk = 10, -- The distance the player can open the trunk } config.defaultSettings = { @@ -216,7 +216,7 @@ config.keys = { } config.openTrunkDistance = { -- is checked when the trunk key is pressed - default = 2.5, -- Default open distance + default = 1.5, -- Default open distance models = { -- if the vehicle is too big and you have difficulty opening the trunk, you can increase the distance by adding models here [`tug`] = 8.0 }