diff options
Diffstat (limited to 'source/sv_user.c')
-rw-r--r-- | source/sv_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_user.c b/source/sv_user.c index ebd5acb..8761ebf 100644 --- a/source/sv_user.c +++ b/source/sv_user.c @@ -364,7 +364,7 @@ void SV_New_f( void ) { MSG_WriteLong( sv.spawncount ); MSG_WriteByte( 0 ); // no attract loop MSG_WriteString( sv_client->gamedir ); - MSG_WriteShort( sv_client->number ); + MSG_WriteShort( sv_client->slot ); MSG_WriteString( sv_client->mapname ); // send protocol specific stuff |