Merge 1.16 into 1.18
This commit is contained in:
commit
adc3dbaf57
|
|
@ -55,8 +55,6 @@ public abstract class ServerChunkCacheMixin {
|
||||||
}
|
}
|
||||||
if(debugDeadServerAccess)
|
if(debugDeadServerAccess)
|
||||||
ModernFix.LOGGER.warn("Async loading of a chunk was requested, this might not be desirable", new Exception());
|
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 {
|
try {
|
||||||
resultingChunk = future.get(10, TimeUnit.SECONDS);
|
resultingChunk = future.get(10, TimeUnit.SECONDS);
|
||||||
if(resultingChunk.left().isPresent()) {
|
if(resultingChunk.left().isPresent()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user