Revert "put shared api particle behind debug config"

This reverts commit 23021153da.
This commit is contained in:
James Seibel
2024-12-14 12:20:09 -06:00
parent 04f0b454eb
commit 3fe60946be
@@ -363,15 +363,12 @@ public class SharedApi
processUpdateChunkData(updateData);
if (Config.Client.Advanced.Debugging.DebugWireframe.showFullDataUpdateStatus.get())
{
DebugRenderer.makeParticle(
new DebugRenderer.BoxParticle(
new DebugRenderer.Box(DhSectionPos.encodeContaining(LodUtil.CHUNK_DETAIL_LEVEL, chunkWrapper.getChunkPos()), 128f, 156f, 0.09f, Color.RED)
, 0.2, 32f
)
);
}
DebugRenderer.makeParticle(
new DebugRenderer.BoxParticle(
new DebugRenderer.Box(DhSectionPos.encodeContaining(LodUtil.CHUNK_DETAIL_LEVEL, chunkWrapper.getChunkPos()), 128f, 156f, 0.09f, Color.RED)
,0.2, 32f
)
);
UPDATE_POS_MANAGER.removeItem(chunkWrapper.getChunkPos());
}