From 7a26fbe4712efd2d1f41fd6c588e483d3db0ba1b Mon Sep 17 00:00:00 2001 From: faketruth Date: Wed, 15 Feb 2012 21:47:21 +0000 Subject: Can use the 'restart' command again. cAuthenticator no longer asserts because it properly stops when the server is stopped. git-svn-id: http://mc-server.googlecode.com/svn/trunk@266 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cAuthenticator.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/cAuthenticator.h') diff --git a/source/cAuthenticator.h b/source/cAuthenticator.h index cb2a4ff1e..dd4c5d989 100644 --- a/source/cAuthenticator.h +++ b/source/cAuthenticator.h @@ -41,6 +41,9 @@ public: /// Queues a request for authenticating a user. If the auth fails, the user is kicked void Authenticate(const AString & iUserName, const AString & iServerHash); + + // Stops the authenticator thread + void Stop(void); private: -- cgit v1.2.3