aronCiucu / DCSTheWay

Imports waypoints from DCS F10 map into the plane navigation system, like a Data Transfer Cartidge.
269 stars 42 forks source link

Allow coordinate capture in spectator mode #139

Closed atcz closed 11 months ago

atcz commented 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.

aronCiucu commented 11 months ago

Closes #70