Byte-Labs-Studio / bl_ui

FiveM resource which include a variety of UI components.
MIT License
108 stars 28 forks source link

fix(web/WordWizz): Minigame becoming unresponsive #6

Closed Moozdzn closed 1 month ago

Moozdzn commented 1 month ago

Minigame becomes unresponsive if time ended when the code was being checked.

Steps to reproduce

  1. Start the minigame
  2. Input wrong code
  3. Right before the time finishes click "Crack"

Changes (Same fix as https://github.com/Byte-Labs-Studio/bl_ui/pull/5)

Ignore durationCheck finish call if CheckingCode is true Split SuccessChecker conditions to return false if timerDone is true