Skip to content
New issue

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

Editing waypoints on the website does not automatically propagate to game servers #46

Open
MrSquid47 opened this issue Sep 4, 2023 · 1 comment

Comments

@MrSquid47
Copy link
Contributor

Requires manual intervention in the database for new changes to take effect. I can’t recall the specific details.

@geominorai
Copy link
Member

Expanding this in more detail:

jse_tracker currently does not apply updates if the map info API has updated waypoints. This is an issue because the waypoints may include fixes but also for maps that previously did not have waypoints and the tracker plugin created a blank local map entry for it that does not get further updates even when available.

For empty map entries, a full update should resolve the issue. However, it is not quite as straightforward when an entry already exists, as the tables for map entries have are foreign keys to other plugins like autosave, which has to be preserved and not simply wiped. This means there has to be an update strategy to preserve as much of the existing local waypoints as possible while applying the necessary changes correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants