mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -1098,11 +1098,11 @@ namespace ArchiSteamFarm {
|
||||
foreach (uint gameID in gameIDs) {
|
||||
SteamApps.FreeLicenseCallback callback = await SteamApps.RequestFreeLicense(gameID);
|
||||
if (callback == null) {
|
||||
result.AppendLine("Result: Timeout!");
|
||||
result.AppendLine(Environment.NewLine + "Result: Timeout!");
|
||||
break;
|
||||
}
|
||||
|
||||
result.AppendLine("Result: " + callback.Result + " | Granted apps: " + string.Join(", ", callback.GrantedApps) + " " + string.Join(", ", callback.GrantedPackages));
|
||||
result.AppendLine(Environment.NewLine + "Result: " + callback.Result + " | Granted apps: " + string.Join(", ", callback.GrantedApps) + " " + string.Join(", ", callback.GrantedPackages));
|
||||
}
|
||||
|
||||
return result.ToString();
|
||||
|
||||
Reference in New Issue
Block a user