Syntax issue
This commit is contained in:
@@ -55,10 +55,10 @@ const VRR_RESETPASS_STATE_SETPASS = 2; // Waiting on player to enter ne
|
|||||||
};
|
};
|
||||||
this.staffTitle = "";
|
this.staffTitle = "";
|
||||||
this.ircAccount = "";
|
this.ircAccount = "";
|
||||||
this.discordAccount = 0,
|
this.discordAccount = 0;
|
||||||
this.settings = 0,
|
this.settings = 0;
|
||||||
this.emailAddress = "";
|
this.emailAddress = "";
|
||||||
this.ipAddress = 0,
|
this.ipAddress = 0;
|
||||||
|
|
||||||
this.notes = [];
|
this.notes = [];
|
||||||
this.messages = [];
|
this.messages = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user