From d78f52be1a1d3b4fb46597b4c2d7d60c0c9ed8a5 Mon Sep 17 00:00:00 2001 From: Fernando-A-Rocha Date: Thu, 1 Aug 2024 12:06:01 +0100 Subject: [PATCH] Update shared_exported.lua --- newmodels_reborn/core/shared_exported.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/newmodels_reborn/core/shared_exported.lua b/newmodels_reborn/core/shared_exported.lua index 7179afa..874fa08 100644 --- a/newmodels_reborn/core/shared_exported.lua +++ b/newmodels_reborn/core/shared_exported.lua @@ -21,6 +21,7 @@ function getSharedCustomModelsTable() if IS_IMPORTED then return exports["newmodels_reborn"]:getCustomModels() else + -- Script is being ran within this resource, so we can access the table directly return customModels end end