We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce:
Looking though the code the issue seems to be a hardcoded value of "nauvis.
LTN_Tracker/script/gui_ctrl.lua
Lines 324 to 334 in 7e1213c
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce:
Looking though the code the issue seems to be a hardcoded value of "nauvis.
LTN_Tracker/script/gui_ctrl.lua
Lines 324 to 334 in 7e1213c
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?
The text was updated successfully, but these errors were encountered: