1st item as I remember is needed for corner case, when a player shoots, disconnects, another player connects, with same id "accidentally" as coming from GNS, bullet hits, and we mistakenly register the frag for the newly registered player.
It is also needed for fixing this bug: https://github.com/proof88/PRooFPS-dd/issues/323
The bullets are already timestamped if I remember, we just need to compare the timestamps to fix the corner case.
Basically this feature consists of 2 tasks:
1st item as I remember is needed for corner case, when a player shoots, disconnects, another player connects, with same id "accidentally" as coming from GNS, bullet hits, and we mistakenly register the frag for the newly registered player. It is also needed for fixing this bug: https://github.com/proof88/PRooFPS-dd/issues/323
The bullets are already timestamped if I remember, we just need to compare the timestamps to fix the corner case.