Map workers and fix the thread factory variable name.

This commit is contained in:
darkevilmac 2016-08-27 19:33:03 -07:00
parent 67778a49f7
commit 6bd9f9e4fe
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
CLASS none/brk net/minecraft/world/chunk/ChunkBatcher
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b threadFactory Ljava/util/concurrent/ThreadFactory;
FIELD b THREAD_FACTORY Ljava/util/concurrent/ThreadFactory;
FIELD d workers Ljava/util/List;