From e9a8ed428b4f16ba6bb031fe85a9bf8c9bf2ae16 Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:52:13 +0200 Subject: [PATCH] Update main.lua --- resources/[carscripts]/mh_garage/client/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[carscripts]/mh_garage/client/main.lua b/resources/[carscripts]/mh_garage/client/main.lua index b33ca9848..65b264d25 100644 --- a/resources/[carscripts]/mh_garage/client/main.lua +++ b/resources/[carscripts]/mh_garage/client/main.lua @@ -1,8 +1,8 @@ QBCore = exports['qb-core']:GetCoreObject() Player = nil -local npcHandle = nil -local isNPCSpawned = false +npcHandle = nil +isNPCSpawned = false CurrentZone = nil Citizen.CreateThread(function()