Commit 449cf6ab authored by nanahira's avatar nanahira

fix

parent 6d178e0b
...@@ -765,7 +765,7 @@ void DuelClient::HandleSTOCPacketLan(char* data, unsigned int len) { ...@@ -765,7 +765,7 @@ void DuelClient::HandleSTOCPacketLan(char* data, unsigned int len) {
player = 3; player = 3;
else else
player = 10; player = 10;
if((player == 1 || player == 3) && mainGame->chkIgnore1->isChecked()) if(mainGame->dInfo.isStarted && (player == 1 || player == 3) && mainGame->chkIgnore1->isChecked())
break; break;
} }
} else { } else {
......
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