This commit is contained in:
Jesse Boyd 2017-08-14 15:11:16 +10:00
commit d3c3d23ca9
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
4 changed files with 4 additions and 4 deletions

View File

@ -273,8 +273,8 @@ public class ForgeChunk_All extends CharFaweChunk<Chunk, ForgeQueue_All> {
int k = FaweCache.CACHE_J[ly][lz][lx];
if (array[k] != 0) {
synchronized (ForgeChunk_All.class) {
tile.getValue().invalidate();
iterator.remove();
tile.getValue().invalidate();
}
}
}

View File

@ -273,8 +273,8 @@ public class ForgeChunk_All extends CharFaweChunk<Chunk, ForgeQueue_All> {
int k = FaweCache.CACHE_J[ly][lz][lx];
if (array[k] != 0) {
synchronized (ForgeChunk_All.class) {
tile.getValue().invalidate();
iterator.remove();
tile.getValue().invalidate();
}
}
}

View File

@ -273,8 +273,8 @@ public class SpongeChunk_1_12 extends CharFaweChunk<Chunk, SpongeQueue_1_12> {
int k = FaweCache.CACHE_J[ly][lz][lx];
if (array[k] != 0) {
synchronized (SpongeChunk_1_12.class) {
tile.getValue().invalidate();
iterator.remove();
tile.getValue().invalidate();
}
}
}

View File

@ -273,8 +273,8 @@ public class SpongeChunk_1_11 extends CharFaweChunk<Chunk, SpongeQueue_1_11> {
int k = FaweCache.CACHE_J[ly][lz][lx];
if (array[k] != 0) {
synchronized (SpongeChunk_1_11.class) {
tile.getValue().invalidate();
iterator.remove();
tile.getValue().invalidate();
}
}
}