File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -299,9 +299,9 @@ public async Task<ColyseusRoom<T>> ConsumeSeatReservation<T>(ColyseusMatchMakeRe
299
299
queryString . Add ( "sessionId" , room . SessionId ) ;
300
300
301
301
// forward reconnection token
302
- if ( room . ReconnectionToken != null )
302
+ if ( response . reconnectionToken != null )
303
303
{
304
- queryString . Add ( "reconnectionToken" , room . ReconnectionToken ) ;
304
+ queryString . Add ( "reconnectionToken" , response . reconnectionToken ) ;
305
305
}
306
306
307
307
ColyseusRoom < T > targetRoom = previousRoom ?? room ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.colyseus.sdk" ,
3
- "version" : " 0.15.1 " ,
3
+ "version" : " 0.15.2 " ,
4
4
"displayName" : " Colyseus SDK" ,
5
5
"description" : " Colyseus Multiplayer SDK for Unity" ,
6
6
"unity" : " 2019.1" ,
You can’t perform that action at this time.
0 commit comments