diff options
author | madmaxoft <github@xoft.cz> | 2013-10-07 10:45:03 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-07 10:46:34 +0200 |
commit | 4c4475f3b50abe03cfed60014c1b48eda10b4859 (patch) | |
tree | 06aba81c73871664d08d04815f61c619b56fd11f /source/Authenticator.cpp | |
parent | Updated plugins. (diff) | |
download | cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar.gz cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar.bz2 cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar.lz cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar.xz cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar.zst cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.zip |
Diffstat (limited to 'source/Authenticator.cpp')
-rw-r--r-- | source/Authenticator.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/Authenticator.cpp b/source/Authenticator.cpp index dcc63299e..a45617f93 100644 --- a/source/Authenticator.cpp +++ b/source/Authenticator.cpp @@ -100,6 +100,16 @@ void cAuthenticator::Authenticate(int a_ClientID, const AString & a_UserName, co +void cAuthenticator::Start(void) +{ + m_ShouldTerminate = false; + super::Start(); +} + + + + + void cAuthenticator::Stop(void) { m_ShouldTerminate = true; |