mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Send DDNet capability flag
This commit is contained in:
parent
dc41bb9649
commit
0bc3650356
|
@ -982,7 +982,7 @@ void CServer::SendCapabilities(int ClientID)
|
|||
{
|
||||
CMsgPacker Msg(NETMSG_CAPABILITIES);
|
||||
Msg.AddInt(SERVERCAP_CURVERSION); // version
|
||||
Msg.AddInt(SERVERCAPFLAG_CHATTIMEOUTCODE); // flags
|
||||
Msg.AddInt(SERVERCAPFLAG_DDNET | SERVERCAPFLAG_CHATTIMEOUTCODE); // flags
|
||||
SendMsgEx(&Msg, MSGFLAG_VITAL, ClientID, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue