This commit is contained in:
dscarpac 2024-06-11 11:31:01 -05:00
parent 92f678f8ff
commit 0b34266897

View File

@ -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