From b4c40b7714673a013d7f989c6dc5919c65908ba5 Mon Sep 17 00:00:00 2001 From: woogerboy21 Date: Mon, 30 Jun 2014 22:45:10 -0400 Subject: [PATCH] Update server.h --- common/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/server.h b/common/server.h index 631d2d2e8..2cf4cc57b 100644 --- a/common/server.h +++ b/common/server.h @@ -27,7 +27,7 @@ class GameEventContainer; class CommandContainer; class Command_JoinGame; -enum AuthenticationResult { NotLoggedIn = 0, PasswordRight = 1, UnknownUser = 2, WouldOverwriteOldSession = 3, UserIsBanned = 4, UsernameInvalid = 5 }; +enum AuthenticationResult { NotLoggedIn = 0, PasswordRight = 1, UnknownUser = 2, WouldOverwriteOldSession = 3, UserIsBanned = 4, UsernameInvalid = 5, RegistrationRequired = 6 }; class Server : public QObject {