From 6ba2a8280e6467bc233cb856eee131a7438cb810 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 20 Nov 2021 11:40:22 -0600 Subject: [PATCH] minor comment rewording --- .../lod/wrappers/worldGeneration/LodServerWorld.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/seibel/lod/wrappers/worldGeneration/LodServerWorld.java b/src/main/java/com/seibel/lod/wrappers/worldGeneration/LodServerWorld.java index c526e92c2..6d43c4ebd 100644 --- a/src/main/java/com/seibel/lod/wrappers/worldGeneration/LodServerWorld.java +++ b/src/main/java/com/seibel/lod/wrappers/worldGeneration/LodServerWorld.java @@ -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 */