minor comment rewording

This commit is contained in:
James Seibel
2021-11-20 11:40:22 -06:00
parent 21ab42aff1
commit 6ba2a8280e
@@ -64,9 +64,10 @@ import net.minecraft.world.storage.IWorldInfo;
/**
* This is a fake ServerWorld used when generating features.
* This allows us to keep each LodChunk generation independent
* of the actual ServerWorld, allowing us
* to multithread generation.
* It allows us to keep each LodChunk generation independent
* of the actual ServerWorld, allowing
* multithread generation.
*
* @author James Seibel
* @version 7-26-2021
*/