Changes between Initial Version and Version 1 of Ticket #4452, comment 3


Ignore:
Timestamp:
Jan 11, 2017, 12:42:15 AM (7 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4452, comment 3

    initial v1  
    11Confirmed, sorry for the wrong assumption. There was a 1 day difference between the two commits, so not too far off.
    22
    3 Before r18299, `resetReadyData` was called likewise for both clients and server, if and only if a player disconnected, if a client joined that was a player before or if a client joined that became a player by being assigned to an unused slot.
     3Before r18299, `resetReadyData` was called likewise for both clients and server, if and only if a player disconnected and if a client joined that was a player before (EDIT: but not if a client joined who became a player by being assigned to an unused slot).
    44
    55With that commit, `resetReadyData` is not called for the client anymore, nor called if a client joined that was a player before the rejoin.