mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
A little fix.
This commit is contained in:
parent
aaf81c7709
commit
f14d7cc552
@ -1682,7 +1682,7 @@ void CHalfLifeMultiplay::SendMOTDToClient( edict_t *client )
|
|||||||
pFileList = 0;
|
pFileList = 0;
|
||||||
|
|
||||||
MESSAGE_BEGIN( MSG_ONE, gmsgMOTD, NULL, client );
|
MESSAGE_BEGIN( MSG_ONE, gmsgMOTD, NULL, client );
|
||||||
WRITE_BYTE( *pFileList ? FALSE : TRUE ); // FALSE means there is still more message to come
|
WRITE_BYTE( pFileList ? FALSE : TRUE ); // FALSE means there is still more message to come
|
||||||
WRITE_STRING( chunk );
|
WRITE_STRING( chunk );
|
||||||
MESSAGE_END();
|
MESSAGE_END();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user