added lua check CI step #49

Merged
dutchie031 merged 72 commits from CI into develop 2026-09-20 16:08:04 +00:00
Showing only changes of commit 3a2dc644f8 - Show all commits
@@ -227,10 +227,9 @@ end
---@internal
---@param checkHealth boolean
---@param _messageIfDone boolean
function ZoneMission:UpdateState(checkHealth, _messageIfDone)
---@param _ boolean
function ZoneMission:UpdateState(checkHealth, _)
if checkHealth == nil then checkHealth = false end
if _messageIfDone == nil then _messageIfDone = true end
if checkHealth == true then