mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Merge branch 'hangman-patch' into 'v3'
small bugfix for hangman See merge request Kwoth/nadekobot!210
This commit is contained in:
		@@ -104,7 +104,8 @@ namespace NadekoBot.Modules.Games.Hangman
 | 
			
		||||
                    CurrentPhase = Phase.Ended;
 | 
			
		||||
                    return GetState(GuessResult.Win);
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                
 | 
			
		||||
                _correct.Add(charGuess);
 | 
			
		||||
                return GetState(GuessResult.Guess);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user