Notes |
|
|
Can somebody check when this broke? |
|
|
|
So apparently it is not the bridge code for the bridge commit, looks like I'll have to go through all the commits and find out where it broke. Something else has affected it. |
|
|
|
|
|
|
[19:45] Water`:'https://bitbucket.org/Torr_Samaho/zandronum/commits/ff8f59afe1ad61cc1196f1cbda282b74ef1318a8 [^]'
[19:45] Water`: im going to try to solve that ticket
[19:52] Torr_Samaho: Re-examining this patch I think I see an inconsistency in there:
[19:53] Torr_Samaho: In p_user:cpp
[19:53] Torr_Samaho: pTeamItem = Spawn( TEAM_GetItem( i ), x, y, z, NO_REPLACE );
[19:53] Torr_Samaho: was replaced by
[19:53] Torr_Samaho: pTeamItem = Spawn( TEAM_GetItem( i ), x, y, ONFLOORZ, NO_REPLACE ); |
|
|
|
[19:56] Torr_Samaho: Anyway, before this change the dropping was handled inconsistently on disconnect and on death.
[19:56] Torr_Samaho: The ONFLOORZ handling comes from the on disconnect handling. |
|
|
|
I did some quick testing and the "ONFLOORZ" to "z" change seems to do exactly what we want, so I'll go ahead and make this change. |
|