1
0

Implemented SteerVehicle packet.

This commit is contained in:
madmaxoft
2013-09-06 00:04:49 +02:00
committed by Tiger Wang
parent e8d1ed36c5
commit f300ed54e5
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;
}