Add a todo comment to ClientApi

This commit is contained in:
James Seibel
2023-10-07 21:29:32 -05:00
parent 28649f4287
commit f3a83addd4
@@ -241,6 +241,8 @@ public class ClientApi
private void applyChunkUpdate(IChunkWrapper chunkWrapper, IClientLevelWrapper level, boolean updateNeighborChunks)
{
// TODO rate limit this event per chunkPos to prevent spam
// if the user is in a single player world the chunk updates are handled on the server side
if (SharedApi.getEnvironment() != EWorldEnvironment.Client_Only)
{