Skip to content

Commit

Permalink
Removed an nonexisting callback from the export statement
Browse files Browse the repository at this point in the history
  • Loading branch information
eHag-FRU committed Apr 14, 2024
1 parent f2388cb commit 2bdefe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -1087,4 +1087,4 @@ module.exports = { RoomController, Room };

//Callbacks
module.exports = { UpstairsDoorCallback, leftDoorCallback, rightDoorCallback, upDoorCallback, downDoorCallback,
trapDoorCallback, MiddleDoorCallback, requestIdleCallback, trapDoorBackCallback };
trapDoorCallback, MiddleDoorCallback, trapDoorBackCallback };

0 comments on commit 2bdefe9

Please sign in to comment.