summaryrefslogtreecommitdiffstats
path: root/src/Chunk.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2017-07-14 16:18:33 +0200
committerLukas Pioch <lukas@zgow.de>2017-07-16 10:01:19 +0200
commit167c4bf2e691e22240a3c41ebc7181a03933fdb4 (patch)
tree562d5ac29ef39b1fa2b94fad3825333e39204e69 /src/Chunk.cpp
parentHandle middle mouse drag (#3847) (diff)
downloadcuberite-167c4bf2e691e22240a3c41ebc7181a03933fdb4.tar
cuberite-167c4bf2e691e22240a3c41ebc7181a03933fdb4.tar.gz
cuberite-167c4bf2e691e22240a3c41ebc7181a03933fdb4.tar.bz2
cuberite-167c4bf2e691e22240a3c41ebc7181a03933fdb4.tar.lz
cuberite-167c4bf2e691e22240a3c41ebc7181a03933fdb4.tar.xz
cuberite-167c4bf2e691e22240a3c41ebc7181a03933fdb4.tar.zst
cuberite-167c4bf2e691e22240a3c41ebc7181a03933fdb4.zip
Diffstat (limited to 'src/Chunk.cpp')
-rw-r--r--src/Chunk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Chunk.cpp b/src/Chunk.cpp
index 9ddee2343..282293c0f 100644
--- a/src/Chunk.cpp
+++ b/src/Chunk.cpp
@@ -430,7 +430,6 @@ void cChunk::WriteBlockArea(cBlockArea & a_Area, int a_MinBlockX, int a_MinBlock
int BaseZ = BlockStartZ - a_MinBlockZ;
// Copy blocktype and blockmeta:
- // TODO: Right now each changed block is transmitted to all clients as a separate packet. Optimize this for larger areas.
BLOCKTYPE * AreaBlockTypes = a_Area.GetBlockTypes();
NIBBLETYPE * AreaBlockMetas = a_Area.GetBlockMetas();
for (int y = 0; y < SizeY; y++)