Merge pull request #6785 from aidan-coward/master

Add July 2020 Vintage Cube decklist
This commit is contained in:
Oleg Agafonov 2020-07-07 20:08:46 +02:00 committed by GitHub
commit 81452833f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 555 additions and 3 deletions

View file

@ -215,7 +215,7 @@ public class LoadCallbackClient implements CallbackClient {
}
if (controlCount > 5) {
log.warn(getLogStartInfo() + "Game seems freezed. Sending boolean message to server.");
log.warn(getLogStartInfo() + "Game seems frozen. Sending boolean message to server.");
session.sendPlayerBoolean(gameId, false);
controlCount = 0;
}