updated stage draw configuration

This commit is contained in:
2024-10-23 13:59:07 +02:00
parent 816dad9caa
commit d784ab6e1d
5 changed files with 22 additions and 4 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ function CapConfig:new()
if SpearheadConfig == nil then SpearheadConfig = {} end
if SpearheadConfig.CapConfig == nil then SpearheadConfig.CapConfig = {} end
local enabled = SpearheadConfig.CapConfig.enabled or true
local enabled = SpearheadConfig.CapConfig.enabled
if enabled == nil then enabled = true end
---@return boolean
o.isEnabled = function(self) return enabled == true end