diff --git a/src/CloudGaming/Code/CloudGaming.Code/Game/GameBLL.cs b/src/CloudGaming/Code/CloudGaming.Code/Game/GameBLL.cs index 9f4f62f..b66f06c 100644 --- a/src/CloudGaming/Code/CloudGaming.Code/Game/GameBLL.cs +++ b/src/CloudGaming/Code/CloudGaming.Code/Game/GameBLL.cs @@ -411,7 +411,7 @@ namespace CloudGaming.Code.Game foreach (var g in l) { gameListDtos.Add(new GameHistoryListDto(g, 0, ImageResStyle.小LOGO)); - if (gameListDtos.Count > 20) + if (gameListDtos.Count >= 20) { break; }