mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 11:18:08 +00:00
Updated validate_unlock to use two-tier validation model: - Server trusts client validation for item-based locks (key, lockpick, biometric, bluetooth, rfid) - Server validates knowledge-based locks (pin, password) This fixes 422 errors when unlocking with keys/lockpicking where attempt is nil, since these methods don't require server-side answer validation.