mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24: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;
 | 
					using AngleSharp.Text;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace NadekoBot.Modules.Games.Hangman;
 | 
					namespace NadekoBot.Modules.Games.Hangman;
 | 
				
			||||||
@@ -103,6 +103,7 @@ public sealed class HangmanGame
 | 
				
			|||||||
                return GetState(GuessResult.Win);
 | 
					                return GetState(GuessResult.Win);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            _correct.Add(charGuess);
 | 
				
			||||||
            return GetState(GuessResult.Guess);
 | 
					            return GetState(GuessResult.Guess);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user