From ef99915447cde365adcc026e2029335177a68ced Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Thu, 3 Nov 2011 17:42:24 +0000 Subject: Fixed some redstone items and a bug that prevented floats from client to server packets reading correctly on 64 bit linux. git-svn-id: http://mc-server.googlecode.com/svn/trunk@50 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/cClientHandle.cpp') diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp index 222e87497..f384eba77 100644 --- a/source/cClientHandle.cpp +++ b/source/cClientHandle.cpp @@ -1,4 +1,3 @@ - #include "cClientHandle.h" #include "cServer.h" #include "cWorld.h" @@ -764,7 +763,6 @@ void cClientHandle::HandlePacket( cPacket* a_Packet ) PacketData->m_ItemType = E_BLOCK_REDSTONE_WIRE; break; case E_ITEM_REDSTONE_REPEATER: - LOG(" m_Player->GetRotation(): %f", m_Player->GetRotation()); MetaData = cRedstoneRepeater::RotationToMetaData( m_Player->GetRotation() ); PacketData->m_ItemType = E_BLOCK_REDSTONE_REPEATER_OFF; break; -- cgit v1.2.3