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
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: