From 1d19d494192b138a082c01ef6400ab7735217bb5 Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Mon, 12 Aug 2019 10:40:16 -0400 Subject: [PATCH] Increase return value of GetAppBuildId. --- dll/steam_apps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/steam_apps.cpp b/dll/steam_apps.cpp index 4d563d2..f9f35f6 100644 --- a/dll/steam_apps.cpp +++ b/dll/steam_apps.cpp @@ -273,7 +273,7 @@ bool Steam_Apps::GetDlcDownloadProgress( AppId_t nAppID, uint64 *punBytesDownloa int Steam_Apps::GetAppBuildId() { PRINT_DEBUG("GetAppBuildId\n"); - return 1; + return 10; }