From 4d58c1ab34c758c90f253182b9f38108c3ad34bd Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 22 May 2022 23:34:48 -0500 Subject: [PATCH] 3 password reset code attempts --- scripts/server/class.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/class.js b/scripts/server/class.js index 3bc0e876..3432ec42 100644 --- a/scripts/server/class.js +++ b/scripts/server/class.js @@ -162,6 +162,7 @@ class ClientData { this.connectTime = 0; this.clientVersion = "0.0.0"; this.loginAttemptsRemaining = 3; + this.passwordResetAttemptsRemaining = 3; this.afk = false; this.jobRoute = -1;