mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Whatever
This commit is contained in:
@@ -53,7 +53,7 @@ public sealed class PackageData {
|
||||
throw new ArgumentOutOfRangeException(nameof(changeNumber));
|
||||
}
|
||||
|
||||
if (validUntil <= DateTime.UnixEpoch) {
|
||||
if (validUntil == DateTime.MinValue) {
|
||||
throw new ArgumentOutOfRangeException(nameof(validUntil));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user