CMsgPacker Msg(0);
Msg.AddRaw("\xf9\x11\x7b\x3c\x80\x39\x34\x16\x9f\xc0\xae\xf2\xbc\xb7\x5c\x03", 16); // map-details@ddnet.tw
Msg.AddString(GetMapName(), 0);
Msg.AddRaw(&m_CurrentMapSha256.data, sizeof(m_CurrentMapSha256.data));
Msg.AddInt(m_CurrentMapCrc);
Msg.AddInt(m_CurrentMapSize);
SendMsgEx(&Msg, MSGFLAG_VITAL, ClientID, true);