Fix ds_socket matchinfo (#1555)

This commit is contained in:
Jaci Brunning
2019-01-17 13:32:34 +08:00
committed by Peter Johnson
parent 05d6660a6b
commit bd05dfa1c7

View File

@@ -26,6 +26,7 @@ DSCommPacket::DSCommPacket() {
i.ResetTcp();
i.ResetUdp();
}
matchInfo.gameSpecificMessageSize = 0;
}
/*----------------------------------------------------------------------------