Skip to content

Commit

Permalink
Def maintenance disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Oct 26, 2024
1 parent e6ac8f8 commit 3caa3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws/ws.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const port = process.env.WS_PORT || 3002;

const playersInQueue = new Set();

let maintenanceMode = true;
let maintenanceMode = false;
let dbEnabled = true;

// location generator
Expand Down

0 comments on commit 3caa3a0

Please sign in to comment.