3 password reset code attempts

This commit is contained in:
Vortrex
2022-05-22 23:34:48 -05:00
parent 9d30a02568
commit 4d58c1ab34

View File

@@ -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;