diff options
Diffstat (limited to 'src/net/eathena/loginhandler.h')
-rw-r--r-- | src/net/eathena/loginhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index a1d791fdf..8be4f1397 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -52,7 +52,7 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler void disconnect() override final; int supportedOptionalActions() const override final A_WARN_UNUSED - { return SetGenderOnRegister; } + { return Net::RegistrationOptions::SetGenderOnRegister; } unsigned int getMaxPasswordLength() const override final A_WARN_UNUSED { return 24; } |