mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 08:34:27 -05:00 
			
		
		
		
	Small bugfix in hangman, thx ala
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
#nullable disable
 | 
			
		||||
#nullable disable
 | 
			
		||||
using AngleSharp.Text;
 | 
			
		||||
 | 
			
		||||
namespace NadekoBot.Modules.Games.Hangman;
 | 
			
		||||
@@ -103,6 +103,7 @@ public sealed class HangmanGame
 | 
			
		||||
                return GetState(GuessResult.Win);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            _correct.Add(charGuess);
 | 
			
		||||
            return GetState(GuessResult.Guess);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user