Closed atcz closed 11 months ago
The selfData ~= nil check was added to stop logging errors when selfData["Name"] is nil, but this also prevents coordinates from being returned.
This change sets selfData["Name"] to blank instead, and coordinates can still be read from the camera position.
Closes #70
The selfData ~= nil check was added to stop logging errors when selfData["Name"] is nil, but this also prevents coordinates from being returned.
This change sets selfData["Name"] to blank instead, and coordinates can still be read from the camera position.