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
|
-- Returns a deep copy of the currently tracked locations
|
||||||
PlayAreaApi.getTrackedLocations = function()
|
PlayAreaApi.getTrackedLocations = function()
|
||||||
local t = {}
|
local t = {}
|
||||||
for k, v in pairs(getPlayArea().call("getTrackedLocations")) do
|
for k, v in pairs(getPlayArea().call("getTrackedLocations", {})) do
|
||||||
t[k] = v
|
t[k] = v
|
||||||
end
|
end
|
||||||
return t
|
return t
|
||||||
|
Loading…
Reference in New Issue
Block a user