Merge pull request #572 from argonui/clean-up-helper

Clean Up Helper: fixed missing playmat handling
This commit is contained in:
BootleggerFinn 2024-02-06 15:39:28 -06:00 committed by GitHub
commit 2a0bcd8a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -280,7 +280,7 @@ function tidyPlayerMatCoroutine()
local trash = guidReferenceApi.getObjectByOwnerAndType(COLORS[i], "Trash")
if trash == nil then
printToAll("Trashcan for " .. COLORS[i] .. " playmat could not be found!", "Red")
break
goto continue
end
local objList
@ -315,6 +315,7 @@ function tidyPlayerMatCoroutine()
end
end
end
::continue::
end
-- reset spawned data