Fix intermittent map icon sync on join and settings change#87
Closed
Michael4d45 wants to merge 1 commit into
Closed
Fix intermittent map icon sync on join and settings change#87Michael4d45 wants to merge 1 commit into
Michael4d45 wants to merge 1 commit into
Conversation
Replay HasMapIcon state on connect and scene enter, retry deferred icon creates when the map opens, and force a local rebroadcast when AlwaysShow/compass settings change. Temporary [MapIcon] Info logs included for host/joiner verification. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
HasMapIconand never re-sends)AlwaysShowMapIconsis enabled (create timing / mid-session setting changes)HasIconwas true but the GO was never created[MapIcon]Logger.Infolines on host/joiner for verification — intended to remove after confirmTest plan
AlwaysShowMapIconsoff, both compasses equipped): joiner opens zoomed-in map and sees host icon without unequip/equip dance/set globalmapicons truewith both unequipped: host and joiner each see the other on zoomed-in map[MapIcon]on host + joiner: expectsync (connect)/sync (scene-enter),client recv, andCreatePlayerIcon OK[MapIcon]debug logs before merge if preferredMade with Cursor