summaryrefslogtreecommitdiff
path: root/src/net/tmwa/loginhandler.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-05-22 13:01:41 -0600
committerJared Adams <jaxad0127@gmail.com>2010-05-22 13:01:41 -0600
commita72030a4e8af2d60ccf574f224070805780e19ca (patch)
tree09877a6796ffe0219d9ee548636323d32e9b6a07 /src/net/tmwa/loginhandler.h
parent2953a3f92c5097bd99ff21f4536fe167a32d90c5 (diff)
downloadmana-a72030a4e8af2d60ccf574f224070805780e19ca.tar.gz
mana-a72030a4e8af2d60ccf574f224070805780e19ca.tar.bz2
mana-a72030a4e8af2d60ccf574f224070805780e19ca.tar.xz
mana-a72030a4e8af2d60ccf574f224070805780e19ca.zip
Fix handling of tmwAthena registration disabled bit
Diffstat (limited to 'src/net/tmwa/loginhandler.h')
-rw-r--r--src/net/tmwa/loginhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/loginhandler.h b/src/net/tmwa/loginhandler.h
index 455c75f1..8f6ea321 100644
--- a/src/net/tmwa/loginhandler.h
+++ b/src/net/tmwa/loginhandler.h
@@ -83,6 +83,7 @@ class LoginHandler : public MessageHandler, public Net::LoginHandler
void sendLoginRegister(const std::string &username,
const std::string &password);
+ bool mVersionResponse;
bool mRegistrationEnabled;
std::string mUpdateHost;
Worlds mWorlds;