Skip to content

Commit dd101c5

Browse files
committed
Adapt to steam breaking changes in smart way instead
1 parent 8d7be4f commit dd101c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ArchiSteamFarm/Steam/Integration/ArchiHandler.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,8 @@ internal async Task PlayGames(IReadOnlyCollection<uint> gameIDs, string? gameNam
978978
new CMsgClientGamesPlayed.GamePlayed {
979979
game_extra_info = gameName,
980980
game_id = new GameID {
981-
AppType = GameID.GameType.Shortcut,
981+
AppID = Asset.SteamAppID,
982+
AppType = GameID.GameType.GameMod,
982983
ModID = uint.MaxValue
983984
}
984985
}

0 commit comments

Comments
 (0)