cleaned up aliases
PR Prerequisites / Lua Check (pull_request) Successful in 24s
PR Prerequisites / Bundles Without Errors (pull_request) Successful in 27s

This commit is contained in:
2026-09-20 18:06:13 +02:00
parent d289f34166
commit 3a2dc644f8
@@ -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