diff options
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. |