mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	small bugfix for hangman
This commit is contained in:
		@@ -105,6 +105,7 @@ namespace NadekoBot.Modules.Games.Hangman
 | 
				
			|||||||
                    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