remove more obfhelpers
This commit is contained in:
@@ -132,7 +132,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ int entityTicking = 0;
|
||||
+
|
||||
+ for (ChunkHolder chunk : world.getChunkSource().chunkMap.updatingChunkMap.values()) {
|
||||
+ if (chunk.getFullChunkIfCached() == null) {
|
||||
+ if (chunk.getFullChunkUnchecked() == null) {
|
||||
+ continue;
|
||||
+ }
|
||||
+
|
||||
@@ -334,7 +334,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ int fullLoadedChunks = 0;
|
||||
+
|
||||
+ for (ChunkHolder chunk : allChunks) {
|
||||
+ if (chunk.getFullChunkIfCached() != null) {
|
||||
+ if (chunk.getFullChunkUnchecked() != null) {
|
||||
+ ++fullLoadedChunks;
|
||||
+ }
|
||||
+ }
|
||||
|
||||
Reference in New Issue
Block a user