You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no one in this system and pathfinder is showing that fine, but the extra part is still showing under.
and when holding the mouse over the system to show everyone in that system it looks like this
Testing done on the public pathfinder, i've not found the exact way to reproduce this yet.
I did some further testing and it seems that if you are the last one to leave a system this problem is always there, in the case underneath i just moved a char from the C6 to the C5 and the only char tracked by this map is the char you can see on the map.
The text was updated successfully, but these errors were encountered:
It seems like that after the quick fix in #822 it now does not decrease the count of people in the system your leaving, after a bit of jumping around i got my map to look like this:
From what i can see, it never actually counts down when a person leaves the system.
@mrurb Thanks for your comprehensive testing and reporting! This is fixed with 3e269bd.
Bug description:
To speed up client side map updates with new active characters data in a systems, unique string hashes, build from current active characters+ships, are compared with hashes build from new active characters data.
The hash() function was changed to build integer hashes, rather than strings... 3e269bd#diff-630f9aae23d2da6473a482c15e3f6246L228
... this results in an error because e.g 45635.length is undefined... 3e269bd#diff-630f9aae23d2da6473a482c15e3f6246L315
... so system body becomes cleared but not collapsed.
There will be a new Hotfix releasev1.5.3 available, today
There is currently no one in this system and pathfinder is showing that fine, but the extra part is still showing under.
and when holding the mouse over the system to show everyone in that system it looks like this
Testing done on the public pathfinder, i've not found the exact way to reproduce this yet.
I did some further testing and it seems that if you are the last one to leave a system this problem is always there, in the case underneath i just moved a char from the C6 to the C5 and the only char tracked by this map is the char you can see on the map.
The text was updated successfully, but these errors were encountered: