From cb5811842040117670e51a27b705bd67273c2396 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 4 Apr 2021 23:19:28 -0500 Subject: [PATCH] Add register date to account data class --- scripts/server/class.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/class.js b/scripts/server/class.js index 93dc3df4..386cbc66 100644 --- a/scripts/server/class.js +++ b/scripts/server/class.js @@ -223,6 +223,7 @@ function initClassTable() { this.discordAccount = dbAssoc["acct_discord"]; this.settings = dbAssoc["acct_settings"]; this.emailAddress = dbAssoc["acct_email"]; + this.whenRegistered = dbAssoc["acct_when_registered"]; this.ipAddress = dbAssoc["ipstring"]; this.notes = [];