Closed JamesTripleQ closed 1 year ago
Just a heads up that the name of the constellation where the Traumtänzer is isn't actually displayed.
I believe this is because you used: Global.getSector().getMemoryWithoutUpdate().getString("$traum_location")
Global.getSector().getMemoryWithoutUpdate().getString("$traum_location")
Instead of: Global.getSector().getMemoryWithoutUpdate().getString("$tahlan_traum_location"")
Global.getSector().getMemoryWithoutUpdate().getString("$tahlan_traum_location"")
A screenshot of what it currently displays:
And what is currently in my save file:
Ah, that snuck in during refactoring, Fixed.
Just a heads up that the name of the constellation where the Traumtänzer is isn't actually displayed.
I believe this is because you used:
Global.getSector().getMemoryWithoutUpdate().getString("$traum_location")
Instead of:
Global.getSector().getMemoryWithoutUpdate().getString("$tahlan_traum_location"")
A screenshot of what it currently displays:
And what is currently in my save file: