bugfix
This commit is contained in:
parent
6d876f27d2
commit
9c63578be2
@ -121,7 +121,6 @@ function cleanUp(_, color)
|
||||
blessCurseManagerApi.removeAll(color)
|
||||
removeLines()
|
||||
discardHands()
|
||||
tokenSpawnTrackerApi.resetAll()
|
||||
chaosBagApi.returnChaosTokens()
|
||||
chaosBagApi.releaseAllSealedTokens(color)
|
||||
|
||||
@ -317,6 +316,8 @@ function tidyPlayerMatCoroutine()
|
||||
end
|
||||
end
|
||||
|
||||
-- reset spawned data
|
||||
tokenSpawnTrackerApi.resetAll()
|
||||
local datahelper = guidReferenceApi.getObjectByOwnerAndType("Mythos", "DataHelper")
|
||||
if datahelper then
|
||||
datahelper.setTable("SPAWNED_PLAYER_CARD_GUIDS", {})
|
||||
|
Loading…
Reference in New Issue
Block a user