From adb4edc256fc2beef986a1c7a716aaf095af0d44 Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Mon, 28 Sep 2009 11:09:36 +0200 Subject: [PATCH] counter fix --- cockatrice/src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }