diff --git a/cockatrice/src/client.cpp b/cockatrice/src/client.cpp index f17c1c25..be9ce703 100644 --- a/cockatrice/src/client.cpp +++ b/cockatrice/src/client.cpp @@ -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; }