1
0

Protocol 1.7: Added the remaining server-bound packets.

This commit is contained in:
madmaxoft
2013-11-06 22:27:09 +01:00
parent edc848439a
commit 088f7f68fc
2 changed files with 99 additions and 15 deletions

View File

@@ -210,7 +210,6 @@ int cProtocol161::ParseSteerVehicle(void)
HANDLE_PACKET_READ(ReadBEFloat, float, Forward);
HANDLE_PACKET_READ(ReadBool, bool, Jump);
HANDLE_PACKET_READ(ReadBool, bool, Unmount);
// TODO: m_Client->HandleSteerVehicle(...);
if (Unmount)
{
m_Client->HandleUnmount();