diff options
author | Mattes D <github@xoft.cz> | 2015-09-25 10:14:17 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-09-25 10:14:17 +0200 |
commit | 82d9ac1e1c95eb3421e062be2334308ee3837560 (patch) | |
tree | 110bd8fd9ee0f6f5b830694b5d7cc37257666988 /src/Protocol/Authenticator.h | |
parent | Merge pull request #2478 from cuberite/FixArmBuild (diff) | |
download | cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar.gz cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar.bz2 cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar.lz cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar.xz cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.tar.zst cuberite-82d9ac1e1c95eb3421e062be2334308ee3837560.zip |
Diffstat (limited to 'src/Protocol/Authenticator.h')
-rw-r--r-- | src/Protocol/Authenticator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Protocol/Authenticator.h b/src/Protocol/Authenticator.h index 02b349256..845277569 100644 --- a/src/Protocol/Authenticator.h +++ b/src/Protocol/Authenticator.h @@ -1,10 +1,10 @@ // cAuthenticator.h -// Interfaces to the cAuthenticator class representing the thread that authenticates users against the official MC server +// Interfaces to the cAuthenticator class representing the thread that authenticates users against the official Mojang servers // Authentication prevents "hackers" from joining with an arbitrary username (possibly impersonating the server admins) // For more info, see http://wiki.vg/Session#Server_operation -// In MCS, authentication is implemented as a single thread that receives queued auth requests and dispatches them one by one. +// In Cuberite, authentication is implemented as a single thread that receives queued auth requests and dispatches them one by one. |