From fd90f761a1c3ac4ed8a43cd13a0a41cd09b2ff1e Mon Sep 17 00:00:00 2001 From: James Seibel Date: Mon, 5 Jul 2021 08:59:39 -0500 Subject: [PATCH] Add another library comment for issue #35 --- .../lod/builders/worldGeneration/LodChunkGenWorker.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/builders/worldGeneration/LodChunkGenWorker.java b/src/main/java/com/seibel/lod/builders/worldGeneration/LodChunkGenWorker.java index 17a769e4e..8e784a75c 100644 --- a/src/main/java/com/seibel/lod/builders/worldGeneration/LodChunkGenWorker.java +++ b/src/main/java/com/seibel/lod/builders/worldGeneration/LodChunkGenWorker.java @@ -418,7 +418,9 @@ public class LodChunkGenWorker implements IWorker // path was blocked since I can't clone lambda methods. // I tried using a deep cloning library and discovered // the problem there. - // ( https://github.com/kostaskougios/cloning ) + // ( https://github.com/kostaskougios/cloning + // and + // https://github.com/EsotericSoftware/kryo ) configuredFeaturesToAvoid.put(configuredFeature.hashCode(), configuredFeature); // ClientProxy.LOGGER.info(configuredFeaturesToAvoid.mappingCount());