mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
counter fix
This commit is contained in:
parent
4186d73c88
commit
adb4edc256
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ void Client::readLine()
|
||||||
emit protocolError();
|
emit protocolError();
|
||||||
}
|
}
|
||||||
} else if (prefix == "list_counters") {
|
} else if (prefix == "list_counters") {
|
||||||
if (values.size() != 6) {
|
if (values.size() != 7) {
|
||||||
emit protocolError();
|
emit protocolError();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue