Open credomane opened 4 years ago
To reproduce:
Looking though the code the issue seems to be a hardcoded value of "nauvis.
https://github.com/eduran84/LTN_Tracker/blob/7e1213c4cd9201121673617c9a8bfad9448157ca/script/gui_ctrl.lua#L324-L334
Instead of surface = "nauvis" it should be probably be surface = stop.entity.surface
surface = "nauvis"
surface = stop.entity.surface
I don't know if that will fix the issue for certain but it has to at least be better than before right?
To reproduce:
Looking though the code the issue seems to be a hardcoded value of "nauvis.
https://github.com/eduran84/LTN_Tracker/blob/7e1213c4cd9201121673617c9a8bfad9448157ca/script/gui_ctrl.lua#L324-L334
Instead of
surface = "nauvis"
it should be probably besurface = stop.entity.surface
I don't know if that will fix the issue for certain but it has to at least be better than before right?