From 8f31c740bc6d8a7d30d65a08c500c8760d9211ee Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Wed, 29 Oct 2025 03:05:10 +0000 Subject: [PATCH] Update cameras.lua --- shared/make/cameras.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/make/cameras.lua b/shared/make/cameras.lua index 0f39705..8a942c8 100644 --- a/shared/make/cameras.lua +++ b/shared/make/cameras.lua @@ -19,7 +19,7 @@ local camCache = {} -- ``` function createTempCam(ent, coords) local camID = nil - if Config.Crafting?.craftCam or Config.System.enableCam then + if (Config.Crafting and Config.Crafting.craftCam) or Config.System.enableCam then -- if not ent or coords are provided, make a basic camera to control later if not ent and not coords then