diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-05 23:11:06 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-05 23:11:06 +0200 |
commit | 37590c4bd8f293ca11dd5ad351f241b7636b67cb (patch) | |
tree | 3e416cc25dd94ae3e4864d9a541b0752a1cab5ac /source/ClientHandle.h | |
parent | Fixed 1.6.1's movement speed (diff) | |
download | cuberite-37590c4bd8f293ca11dd5ad351f241b7636b67cb.tar cuberite-37590c4bd8f293ca11dd5ad351f241b7636b67cb.tar.gz cuberite-37590c4bd8f293ca11dd5ad351f241b7636b67cb.tar.bz2 cuberite-37590c4bd8f293ca11dd5ad351f241b7636b67cb.tar.lz cuberite-37590c4bd8f293ca11dd5ad351f241b7636b67cb.tar.xz cuberite-37590c4bd8f293ca11dd5ad351f241b7636b67cb.tar.zst cuberite-37590c4bd8f293ca11dd5ad351f241b7636b67cb.zip |
Diffstat (limited to 'source/ClientHandle.h')
-rw-r--r-- | source/ClientHandle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/ClientHandle.h b/source/ClientHandle.h index c02924ebf..053174a56 100644 --- a/source/ClientHandle.h +++ b/source/ClientHandle.h @@ -178,6 +178,7 @@ public: void HandleKeepAlive (int a_KeepAliveID); bool HandleHandshake (const AString & a_Username); void HandleEntityAction (int a_EntityID, char a_ActionID); + void HandleUnmount (void); /** Called when the protocol has finished logging the user in. Return true to allow the user in; false to kick them. |