mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-05 17:48:39 -08:00
addCounter bugfix
This commit is contained in:
@@ -558,7 +558,7 @@ void Player::gameEvent(const ServerEventData &event)
|
||||
break;
|
||||
}
|
||||
case eventAddCounter: {
|
||||
if (data.size() != 4)
|
||||
if (data.size() != 5)
|
||||
break;
|
||||
int counterId = data[0].toInt();
|
||||
QString counterName = data[1];
|
||||
|
||||
Reference in New Issue
Block a user