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,8 +131,11 @@ public sealed class TriviaGame
 | 
				
			|||||||
                        hintSent = true;
 | 
					                        hintSent = true;
 | 
				
			||||||
                        // start a new countdown of the same length
 | 
					                        // start a new countdown of the same length
 | 
				
			||||||
                        halfGuessTimerTask = TimeOutFactory();
 | 
					                        halfGuessTimerTask = TimeOutFactory();
 | 
				
			||||||
 | 
					                        if (!_opts.NoHint)
 | 
				
			||||||
 | 
					                        {
 | 
				
			||||||
                            // send a hint out
 | 
					                            // send a hint out
 | 
				
			||||||
                            await OnHint(this, question);
 | 
					                            await OnHint(this, question);
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                        continue;
 | 
					                        continue;
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user