Skip to content

Commit 3fb3bb3

Browse files
committed
Merge 1.19.2 into 1.20
2 parents 193b092 + 8bc92e0 commit 3fb3bb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/src/main/java/org/embeddedt/modernfix/common/mixin/bugfix/chunk_deadlock/ServerChunkCacheMixin.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ private void bailIfServerDead(int chunkX, int chunkZ, ChunkStatus requiredStatus
5555
}
5656
if(debugDeadServerAccess)
5757
ModernFix.LOGGER.warn("Async loading of a chunk was requested, this might not be desirable", new Exception());
58-
else
59-
ModernFix.LOGGER.warn("Suspicious async chunkload, pass -Dmodernfix.debugBadChunkloading=true for more details");
6058
try {
6159
resultingChunk = future.get(10, TimeUnit.SECONDS);
6260
if(resultingChunk.left().isPresent()) {

0 commit comments

Comments
 (0)