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
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: #323
The bullets are already timestamped if I remember, we just need to compare the timestamps to fix the corner case.
The text was updated successfully, but these errors were encountered:
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: #323
The bullets are already timestamped if I remember, we just need to compare the timestamps to fix the corner case.
The text was updated successfully, but these errors were encountered: