From cb1edaf6df5575c28b50462bc98c5a6072b449b5 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 12 Mar 2012 19:29:31 +0000 Subject: Fixed MapChunk packets to include (fake) biome data, makes clients happy git-svn-id: http://mc-server.googlecode.com/svn/trunk@403 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ChunkSender.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/ChunkSender.h') diff --git a/source/ChunkSender.h b/source/ChunkSender.h index c5c6f7774..3c77c4210 100644 --- a/source/ChunkSender.h +++ b/source/ChunkSender.h @@ -102,6 +102,7 @@ protected: // Data about the chunk that is being sent: char m_BlockData[cChunk::c_BlockDataSize]; + char m_BiomeData[cChunk::c_ChunkWidth * cChunk::c_ChunkWidth]; PacketList m_Packets; // Accumulator for the entity-packets to send // cIsThread override: -- cgit v1.2.3