mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-11 10:36:09 -05:00
counter fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user