summaryrefslogtreecommitdiffstats
path: root/source/ChunkSender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/ChunkSender.cpp')
-rw-r--r--source/ChunkSender.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/ChunkSender.cpp b/source/ChunkSender.cpp
index 3374a0bff..da134eb8f 100644
--- a/source/ChunkSender.cpp
+++ b/source/ChunkSender.cpp
@@ -209,15 +209,6 @@ void cChunkSender::SendChunk(int a_ChunkX, int a_ChunkY, int a_ChunkZ, cClientHa
-void cChunkSender::BlockData(const char * a_Data)
-{
- memcpy(m_BlockData, a_Data, cChunk::c_BlockDataSize);
-}
-
-
-
-
-
void cChunkSender::BlockEntity(cBlockEntity * a_Entity)
{
cPacket * Packet = a_Entity->GetPacket();