cleaned out code after save compression refactor

This commit is contained in:
cola98765
2021-10-18 14:32:32 +02:00
parent 30e9dd1aac
commit f6f7f1043e
2 changed files with 1 additions and 5 deletions
@@ -117,7 +117,7 @@ public class ThreadMapUtil
return threadBuilderVerticalArrayMap.get(Thread.currentThread().getName())[detailLevel];
}
/** returns the array filled with 0's */
/** returns the array NOT cleared every time */
public static byte[] getSaveContainer(int detailLevel)
{
if (!saveContainer.containsKey(Thread.currentThread().getName()) || (saveContainer.get(Thread.currentThread().getName()) == null))