We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f4510 commit 5ec9bc1Copy full SHA for 5ec9bc1
ArchiSteamFarm/IPC/Responses/ASFResponse.cs
@@ -75,7 +75,6 @@ public sealed class ASFResponse {
75
internal ASFResponse(string buildVariant, bool canUpdate, GlobalConfig globalConfig, uint memoryUsage, DateTime processStartTime, Version version) {
76
ArgumentException.ThrowIfNullOrEmpty(buildVariant);
77
ArgumentNullException.ThrowIfNull(globalConfig);
78
- ArgumentOutOfRangeException.ThrowIfZero(memoryUsage);
79
ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(processStartTime, DateTime.UnixEpoch);
80
ArgumentNullException.ThrowIfNull(version);
81
0 commit comments