1
0

Unmounting vehicles implemented in the 1.6.1 way

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1650 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2013-07-05 21:11:06 +00:00
parent b818addde4
commit 37590c4bd8
4 changed files with 52 additions and 0 deletions

View File

@@ -1200,6 +1200,19 @@ void cClientHandle::HandleEntityAction(int a_EntityID, char a_ActionID)
void cClientHandle::HandleUnmount(void)
{
if (m_Player == NULL)
{
return;
}
m_Player->Detach();
}
void cClientHandle::SendData(const char * a_Data, int a_Size)
{
{