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

Wormhole exit not showing correctly on Spectate view #2137

Open
tacocatcodes opened this issue Aug 10, 2024 · 2 comments
Open

Wormhole exit not showing correctly on Spectate view #2137

tacocatcodes opened this issue Aug 10, 2024 · 2 comments

Comments

@tacocatcodes
Copy link

The line drawn from the wormhole entrance to its target point does not render correctly in Spectate view. The wormhole points at (0,0) regardless of actual target.

The wormhole displays target correctly on other views that support this (i.e. GM).

@daid
Copy link
Owner

daid commented Aug 11, 2024

I assume this is on a spectate client? (not the server) the reason is that wormhole targets aren't replicated to clients, so they aren't aware of where it leads. Two possible fixes, one would be to replicate the target a different would be to not draw the line on a client.

@aBlueShadow
Copy link
Contributor

Maybe the visuals on clients could be changed to don't show a wormhole target at all? That would probably avoid confusion.

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

3 participants