fixed typo for tokenspawntrackerapi

This commit is contained in:
Chr1Z93 2023-01-14 17:58:10 +01:00
parent 5f0b2037db
commit b3ec5cf8a8

View File

@ -5,7 +5,7 @@ Cleans up the table for the next scenario in a campaign:
- use the IGNORE_TAG to exclude objects from tidying (default: "CleanUpHelper_Ignore")
--]]
local tokenSpawnTracker = require("core/token/TokenSpawnTracker")
local tokenSpawnTrackerApi = require("core/token/TokenSpawnTrackerApi")
-- enable this for debugging
local SHOW_RAYS = false
@ -175,7 +175,7 @@ function cleanUp()
removeBlessCurse()
removeLines()
discardHands()
TokenSpawnTracker.resetAll()
tokenSpawnTrackerApi.resetAll()
printToAll("Tidying main play area...", "White")
startLuaCoroutine(self, "tidyPlayareaCoroutine")