From dfa717e0e3efd88f9ebf4e2bc7daa76046d6614f Mon Sep 17 00:00:00 2001 From: cola98765 Date: Tue, 14 Dec 2021 19:04:06 +0100 Subject: [PATCH] revert everything around this merge bug --- src/main/java/com/seibel/lod/core/util/ThreadMapUtil.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/core/util/ThreadMapUtil.java b/src/main/java/com/seibel/lod/core/util/ThreadMapUtil.java index 43f2fd078..f2bc10781 100644 --- a/src/main/java/com/seibel/lod/core/util/ThreadMapUtil.java +++ b/src/main/java/com/seibel/lod/core/util/ThreadMapUtil.java @@ -178,7 +178,6 @@ public class ThreadMapUtil { heightAndDepthMap.put(Thread.currentThread().getName(), new short[arrayLength]); } - Arrays.fill(heightAndDepthMap.get(Thread.currentThread().getName()), Short.MIN_VALUE); return heightAndDepthMap.get(Thread.currentThread().getName()); }