summaryrefslogtreecommitdiffstats
path: root/src/ChunkSender.h
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2020-06-24 13:48:50 +0200
committerGitHub <noreply@github.com>2020-06-24 13:48:50 +0200
commite0a361de2a7e6b5f1f63905f5495137cf8cd7f51 (patch)
treec688c5c269ca8ad7126dc71a57a53667e3ff0666 /src/ChunkSender.h
parentlibevent: Enable IOCP backend on windows (#4745) (diff)
downloadcuberite-e0a361de2a7e6b5f1f63905f5495137cf8cd7f51.tar
cuberite-e0a361de2a7e6b5f1f63905f5495137cf8cd7f51.tar.gz
cuberite-e0a361de2a7e6b5f1f63905f5495137cf8cd7f51.tar.bz2
cuberite-e0a361de2a7e6b5f1f63905f5495137cf8cd7f51.tar.lz
cuberite-e0a361de2a7e6b5f1f63905f5495137cf8cd7f51.tar.xz
cuberite-e0a361de2a7e6b5f1f63905f5495137cf8cd7f51.tar.zst
cuberite-e0a361de2a7e6b5f1f63905f5495137cf8cd7f51.zip
Diffstat (limited to 'src/ChunkSender.h')
-rw-r--r--src/ChunkSender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkSender.h b/src/ChunkSender.h
index bac09dd8b..baee32ec9 100644
--- a/src/ChunkSender.h
+++ b/src/ChunkSender.h
@@ -122,7 +122,7 @@ protected:
// NOTE that m_BlockData[] is inherited from the cChunkDataCollector
unsigned char m_BiomeMap[cChunkDef::Width * cChunkDef::Width];
std::vector<Vector3i> m_BlockEntities; // Coords of the block entities to send
- // TODO: sEntityIDs m_Entities; // Entity-IDs of the entities to send
+ std::vector<UInt32> m_EntityIDs; // Entity-IDs of the entities to send
// cIsThread override:
virtual void Execute(void) override;