diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-24 14:28:53 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-24 14:28:53 +0100 |
commit | 57834374363965198f8870c9f11111d7c8a12d7f (patch) | |
tree | 1b45896954eba5c15ad7d4b8bb790322a1c21fc1 /source/cClientHandle.h | |
parent | Protocol version bumped up to 29 (MC 1.2.4), seems to work. (diff) | |
download | cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar.gz cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar.bz2 cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar.lz cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar.xz cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar.zst cuberite-57834374363965198f8870c9f11111d7c8a12d7f.zip |
Diffstat (limited to '')
-rw-r--r-- | source/cClientHandle.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h index c41d08de7..d0ac81db8 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -17,17 +17,15 @@ #include "ChunkDef.h"
#include "packets/cPacket_KeepAlive.h"
-#include "packets/cPacket_PlayerPosition.h"
+#include "packets/cPacket_Player.h"
#include "packets/cPacket_Respawn.h"
#include "packets/cPacket_RelativeEntityMoveLook.h"
#include "packets/cPacket_Chat.h"
#include "packets/cPacket_Login.h"
#include "packets/cPacket_WindowClick.h"
-#include "packets/cPacket_PlayerMoveLook.h"
#include "packets/cPacket_TimeUpdate.h"
#include "packets/cPacket_BlockDig.h"
#include "packets/cPacket_Handshake.h"
-#include "packets/cPacket_PlayerLook.h"
#include "packets/cPacket_ArmAnim.h"
#include "packets/cPacket_BlockPlace.h"
#include "packets/cPacket_Flying.h"
@@ -41,7 +39,6 @@ #include "packets/cPacket_WindowClose.h"
#include "packets/cPacket_UpdateSign.h"
#include "packets/cPacket_Ping.h"
-#include "packets/cPacket_PlayerListItem.h"
|