mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Archi pls
This commit is contained in:
@@ -146,7 +146,7 @@ public sealed class Actions : IAsyncDisposable, IDisposable {
|
|||||||
|
|
||||||
bool success = confirmations != null;
|
bool success = confirmations != null;
|
||||||
|
|
||||||
return (success, null, success ? Strings.Success : Strings.WarningFailed);
|
return (success, confirmations, success ? Strings.Success : Strings.WarningFailed);
|
||||||
}
|
}
|
||||||
|
|
||||||
[PublicAPI]
|
[PublicAPI]
|
||||||
|
|||||||
Reference in New Issue
Block a user