mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-22 19:58:05 +00:00
- Update password minigame to call server API when correctPassword is null - Update PIN minigame to call server API when correctPin is null - Pass lockable and type parameters to minigames for server validation - Maintain backwards compatibility with client-side validation - Handle network errors gracefully without counting failed attempts This allows minigames to validate attempts server-side for security, preventing client-side answer spoofing.