summaryrefslogtreecommitdiffstats
path: root/src/Chunk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Chunk.cpp')
-rw-r--r--src/Chunk.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Chunk.cpp b/src/Chunk.cpp
index efdce7edc..fac2d37ee 100644
--- a/src/Chunk.cpp
+++ b/src/Chunk.cpp
@@ -152,12 +152,6 @@ void cChunk::BroadcastPendingChanges(void)
}
}
- // Flush out all buffered data:
- for (const auto ClientHandle : m_LoadedByClient)
- {
- ClientHandle->ProcessProtocolOut();
- }
-
m_PendingSendBlocks.clear();
m_PendingSendBlockEntities.clear();
}