1
0

Implemented SteerVehicle packet.

This commit is contained in:
madmaxoft
2013-09-06 00:04:49 +02:00
parent ff762a7ece
commit 67e8f75318
5 changed files with 43 additions and 6 deletions

View File

@@ -213,6 +213,10 @@ int cProtocol161::ParseSteerVehicle(void)
{
m_Client->HandleUnmount();
}
else
{
m_Client->HandleSteerVehicle(Forward, Sideways);
}
return PARSE_OK;
}