diff options
author | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-03 18:42:24 +0100 |
---|---|---|
committer | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-03 18:42:24 +0100 |
commit | ef99915447cde365adcc026e2029335177a68ced (patch) | |
tree | bb310b662ffdb6a88058ef34f46e7c08276ff7f7 /source/cClientHandle.cpp | |
parent | Added some redstone items. (diff) | |
download | cuberite-ef99915447cde365adcc026e2029335177a68ced.tar cuberite-ef99915447cde365adcc026e2029335177a68ced.tar.gz cuberite-ef99915447cde365adcc026e2029335177a68ced.tar.bz2 cuberite-ef99915447cde365adcc026e2029335177a68ced.tar.lz cuberite-ef99915447cde365adcc026e2029335177a68ced.tar.xz cuberite-ef99915447cde365adcc026e2029335177a68ced.tar.zst cuberite-ef99915447cde365adcc026e2029335177a68ced.zip |
Diffstat (limited to 'source/cClientHandle.cpp')
-rw-r--r-- | source/cClientHandle.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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;
|