Commit e69da396 authored by mercury233's avatar mercury233 Committed by GitHub

fix MSG_SELECT_EFFECTYN in SinglePlayAnalyze (#2988)

parent f718ea52
......@@ -247,7 +247,6 @@ bool SingleMode::SinglePlayAnalyze(unsigned char* msg, unsigned int len) {
case MSG_SELECT_EFFECTYN: {
player = BufferIO::Read<uint8_t>(pbuf);
pbuf += 12;
DuelClient::ClientAnalyze(offset, pbuf - offset);
if(!DuelClient::ClientAnalyze(offset, pbuf - offset)) {
mainGame->singleSignal.Reset();
mainGame->singleSignal.Wait();
......
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