mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 11:18:08 +00:00
Fixed ReferenceError where notifyServerUnlock was not defined in doors.js. The function was internal to unlock-system.js but is now needed by doors.js for notifying the server when unlocked doors are opened. Changes: - Export notifyServerUnlock from unlock-system.js - Import notifyServerUnlock in doors.js