From e0a361de2a7e6b5f1f63905f5495137cf8cd7f51 Mon Sep 17 00:00:00 2001 From: Mat Date: Wed, 24 Jun 2020 14:48:50 +0300 Subject: Send entities in cChunkSender (#4532) Confer issue #3696 --- src/ChunkSender.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ChunkSender.h') 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 m_BlockEntities; // Coords of the block entities to send - // TODO: sEntityIDs m_Entities; // Entity-IDs of the entities to send + std::vector m_EntityIDs; // Entity-IDs of the entities to send // cIsThread override: virtual void Execute(void) override; -- cgit v1.2.3