mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fix game scores display.
This commit is contained in:
@@ -1258,7 +1258,7 @@ void Session::gameApplyFields(
|
||||
const QString &description,
|
||||
PhotoData *photo,
|
||||
DocumentData *document) {
|
||||
if (game->accessHash || !accessHash) {
|
||||
if (game->accessHash) {
|
||||
return;
|
||||
}
|
||||
game->accessHash = accessHash;
|
||||
|
Reference in New Issue
Block a user