Skip to content

Commit 05604aa

Browse files
Fix #4603
1 parent a5ae9be commit 05604aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Http.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public virtual void Dispose()
8282
/// </summary>
8383
protected void DisposeWithoutWait()
8484
{
85-
if (this is FailedRCheevosRequest) throw new InvalidOperationException();
85+
if (this is not FailedRCheevosRequest) throw new InvalidOperationException();
8686
_completionEvent.Dispose();
8787
_isDisposed = true;
8888
}

0 commit comments

Comments
 (0)