mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	Fixed trivia --nohint, fixes #398
This commit is contained in:
		@@ -131,9 +131,12 @@ public sealed class TriviaGame
 | 
			
		||||
                        hintSent = true;
 | 
			
		||||
                        // start a new countdown of the same length
 | 
			
		||||
                        halfGuessTimerTask = TimeOutFactory();
 | 
			
		||||
                        // send a hint out
 | 
			
		||||
                        await OnHint(this, question);
 | 
			
		||||
                        
 | 
			
		||||
                        if (!_opts.NoHint)
 | 
			
		||||
                        {
 | 
			
		||||
                            // send a hint out
 | 
			
		||||
                            await OnHint(this, question);
 | 
			
		||||
                        }
 | 
			
		||||
 | 
			
		||||
                        continue;
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user