Syntax issue

This commit is contained in:
Vortrex
2022-06-14 06:29:00 -05:00
parent 27687c76e7
commit 0f3eddecc0

View File

@@ -55,10 +55,10 @@ const VRR_RESETPASS_STATE_SETPASS = 2; // Waiting on player to enter ne
};
this.staffTitle = "";
this.ircAccount = "";
this.discordAccount = 0,
this.settings = 0,
this.discordAccount = 0;
this.settings = 0;
this.emailAddress = "";
this.ipAddress = 0,
this.ipAddress = 0;
this.notes = [];
this.messages = [];