diff --git a/resources/[carscripts]/mh_garage/client/main.lua b/resources/[carscripts]/mh_garage/client/main.lua index 2a70b1a1c..e8edad800 100644 --- a/resources/[carscripts]/mh_garage/client/main.lua +++ b/resources/[carscripts]/mh_garage/client/main.lua @@ -56,7 +56,7 @@ CreateThread(function() local spawnDistance = v.NPC.distance if dist < spawnDistance and not isNPCSpawned then - SpawnGuardNPC() + SpawnGuardNPC(v.NPC) elseif dist > spawnDistance and isNPCSpawned then RemoveGuardNPC() end