From 98b6c5bf1f221b417ebe70e96c72673d32ddc518 Mon Sep 17 00:00:00 2001 From: Cocodrulo <142546774+Cocodrulo@users.noreply.github.com> Date: Thu, 20 Nov 2025 13:52:30 +0000 Subject: [PATCH] Actualizar main.lua --- shared/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/main.lua b/shared/main.lua index 7b5794e..68a29a9 100644 --- a/shared/main.lua +++ b/shared/main.lua @@ -179,5 +179,5 @@ QBShared.FemaleNoGloves = { --- @param item string --- @return table function GetShared(namespace, item) - return QBCore.Shared[namespace][item] + return QBCore.Shared[namespace]?[item] end \ No newline at end of file