Fixed the No Answer button never disabling between questions during The Chase.

This commit is contained in:
2026-05-24 19:27:20 -04:00
parent 748516b2a0
commit bd44d25470
2 changed files with 121 additions and 122 deletions
@@ -994,7 +994,6 @@ public class GameManagerRound1 : GameManagerBase
{
Interface.ChoiceButtonImages[i].color = (_QuestionCorrectResponse == (i + 1)) ? Color.green : Color.red;
}
Interface.OtherButton.interactable = true;
SendCustomEventDelayedSeconds(nameof(DisplayNextChaseMap), 1.2f);