psforever / PSF-LoginServer

Emulated PlanetSide 1 world and login server by the PSForever project.
https://psforever.net
GNU General Public License v3.0
75 stars 45 forks source link

LLU invisible to some after vehicle death #1153

Closed Dethdeath closed 10 months ago

Dethdeath commented 10 months ago

When a vehicle blows up with an LLU carrier inside it, only the former carrier can still see it. Other players that were near the death of the LLU carrier can not see the LLU anymore, that goes for the driver too. Players that get onto the continent after the death of the LLU carrier can see it.

ScrawnyRonnie commented 10 months ago

For future reference, there is a half fix applied in #1146 here: src/main/scala/net/psforever/objects/serverobject/damage/DamageableMountable.scala Half fix due to the asynchronous nature of the things involved. Sometimes they fire in the order to make the LLU visible to others, sometimes they don't.