Skip to content

Commit

Permalink
πŸ› reset isPowerEnabled on respawn
Browse files Browse the repository at this point in the history
DEV-1202
  • Loading branch information
o4kapuk committed Feb 12, 2024
1 parent 1a4e88c commit 6678963
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ exports.respawnUser = async function(userId) {
downgradeTime: null,
safeMode: null,
safeModeAvailable: 0,
safeModeCooldown: null
safeModeCooldown: null,
isPowerEnabled: false
}
});
})
Expand Down

0 comments on commit 6678963

Please sign in to comment.