Commit eeb06426 authored by nanahira's avatar nanahira

Merge branch 'patch-side-crash' of github.com:mercury233/ygopro

parents 7af8d174 1137d9b6
......@@ -267,6 +267,8 @@ void DuelClient::HandleSTOCPacketLan(char* data, unsigned int len) {
#endif
switch(pktType) {
case STOC_GAME_MSG: {
if(!mainGame->dInfo.isStarted)
break;
ClientAnalyze(pdata, len - 1);
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment