Merge pull request #188 from argonui/cleanuphelper-patch
Clean Up Helper: fixed typo for TokenSpawnTrackerApi
This commit is contained in:
commit
eb6d1f288b
@ -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")
|
- 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
|
-- enable this for debugging
|
||||||
local SHOW_RAYS = false
|
local SHOW_RAYS = false
|
||||||
@ -175,7 +175,7 @@ function cleanUp()
|
|||||||
removeBlessCurse()
|
removeBlessCurse()
|
||||||
removeLines()
|
removeLines()
|
||||||
discardHands()
|
discardHands()
|
||||||
TokenSpawnTracker.resetAll()
|
tokenSpawnTrackerApi.resetAll()
|
||||||
|
|
||||||
printToAll("Tidying main play area...", "White")
|
printToAll("Tidying main play area...", "White")
|
||||||
startLuaCoroutine(self, "tidyPlayareaCoroutine")
|
startLuaCoroutine(self, "tidyPlayareaCoroutine")
|
||||||
|
Loading…
Reference in New Issue
Block a user