diff options
author | madmaxoft <github@xoft.cz> | 2013-10-31 23:47:46 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-31 23:47:46 +0100 |
commit | d1e51886e533521707c76fa1d31200685553ce97 (patch) | |
tree | 5898dd8aeb8bd1d98f6bd9ad356b4ff20d72132c /MCServer/Plugins | |
parent | ByteBuffer: Writing a string doesn't modify it (missing const). (diff) | |
download | cuberite-d1e51886e533521707c76fa1d31200685553ce97.tar cuberite-d1e51886e533521707c76fa1d31200685553ce97.tar.gz cuberite-d1e51886e533521707c76fa1d31200685553ce97.tar.bz2 cuberite-d1e51886e533521707c76fa1d31200685553ce97.tar.lz cuberite-d1e51886e533521707c76fa1d31200685553ce97.tar.xz cuberite-d1e51886e533521707c76fa1d31200685553ce97.tar.zst cuberite-d1e51886e533521707c76fa1d31200685553ce97.zip |
Diffstat (limited to 'MCServer/Plugins')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 8b007101a..f8e201244 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -3017,7 +3017,7 @@ end; HOOK_LOGIN = { - CalledWhen = "Right after player authentication. If auth is disabled, right after the player sends their name.", + CalledWhen = "Right before player authentication. If auth is disabled, right after the player sends their name.", DefaultFnName = "OnLogin", -- also used as pagename Desc = [[ This hook is called whenever a client logs in. It is called right before the client's name is sent |