bug fix
This commit is contained in:
parent
92f678f8ff
commit
0b34266897
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user