add a todo to shared api

This commit is contained in:
James Seibel
2024-06-15 11:26:46 -05:00
parent 4da48c4c55
commit ad38722304
@@ -324,7 +324,7 @@ public class SharedApi
try
{
// If MC's lighting engine isn't thread safe this may cause the server thread to lag
chunkWrapper.bakeDhLightingUsingMcLightingEngine();
chunkWrapper.bakeDhLightingUsingMcLightingEngine(); // TODO handle unlit chunks, would pulling in the chunk from disk be a good idea? Look at ChunkLoader in the world gen code for an example
}
catch (IllegalStateException e)
{