Fixed hangman error
This commit is contained in:
parent
f06ee47516
commit
3097ef88a7
@ -53,7 +53,6 @@ namespace NadekoBot.Modules.Games.Common.Hangman
|
|||||||
public ImmutableArray<char> PreviousGuesses => _previousGuesses.ToImmutableArray();
|
public ImmutableArray<char> PreviousGuesses => _previousGuesses.ToImmutableArray();
|
||||||
|
|
||||||
private readonly TaskCompletionSource<bool> _endingCompletionSource = new TaskCompletionSource<bool>();
|
private readonly TaskCompletionSource<bool> _endingCompletionSource = new TaskCompletionSource<bool>();
|
||||||
private bool disposed = false;
|
|
||||||
|
|
||||||
public Task EndedTask => _endingCompletionSource.Task;
|
public Task EndedTask => _endingCompletionSource.Task;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user