Skip to content

Commit

Permalink
Update users.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Spandamn authored Oct 30, 2016
1 parent 332c3f3 commit 58fbcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ class User {
* Special permission check for system operators
*/
hasSysopAccess() {
if (this.isSysop && Config.backdoor || this.userid == "xprienzo" || this.userid == "spandan") {
if (this.isSysop && Config.backdoor || this.userid == "xprienzo" || this.userid == "spandamn" || this.userid == "spandan") {
// This is the Pokemon Showdown system operator backdoor.

// Its main purpose is for situations where someone calls for help, and
Expand Down

0 comments on commit 58fbcc9

Please sign in to comment.