mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-04-21 18:30:56 +00:00
Master server working again
This commit is contained in:
parent
88559af603
commit
860e549347
1 changed files with 1 additions and 0 deletions
|
@ -2069,6 +2069,7 @@ void idAsyncServer::ProcessGetInfoMessage( const netadr_t from, const idBitMsg &
|
|||
outMsg.WriteString( sessLocal.mapSpawnData.userInfo[i].GetString( "ui_name", "Player" ) );
|
||||
}
|
||||
outMsg.WriteByte( MAX_ASYNC_CLIENTS );
|
||||
outMsg.WriteInt( -1 );
|
||||
|
||||
serverPort.SendPacket( from, outMsg.GetData(), outMsg.GetSize() );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue