diff --git a/src/core/PlayAreaApi.ttslua b/src/core/PlayAreaApi.ttslua index 651b553a..72096f1d 100644 --- a/src/core/PlayAreaApi.ttslua +++ b/src/core/PlayAreaApi.ttslua @@ -105,7 +105,7 @@ do -- Returns a deep copy of the currently tracked locations PlayAreaApi.getTrackedLocations = function() local t = {} - for k, v in pairs(getPlayArea().call("getTrackedLocations")) do + for k, v in pairs(getPlayArea().call("getTrackedLocations", {})) do t[k] = v end return t