mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -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();
|
||||
}
|
||||
} else if (prefix == "list_counters") {
|
||||
if (values.size() != 6) {
|
||||
if (values.size() != 7) {
|
||||
emit protocolError();
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue