Merge 1.19.2 into 1.20

This commit is contained in:
embeddedt 2023-11-11 17:26:27 -05:00
commit 3fb3bb3c11
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -55,8 +55,6 @@ public abstract class ServerChunkCacheMixin {
}
if(debugDeadServerAccess)
ModernFix.LOGGER.warn("Async loading of a chunk was requested, this might not be desirable", new Exception());
else
ModernFix.LOGGER.warn("Suspicious async chunkload, pass -Dmodernfix.debugBadChunkloading=true for more details");
try {
resultingChunk = future.get(10, TimeUnit.SECONDS);
if(resultingChunk.left().isPresent()) {