Compare commits
3 Commits
v0.4.0-bet
...
mc/1.21.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
53e3fe7f32 | ||
|
|
292d3ca982 | ||
|
|
25ce72434f |
@@ -1143,7 +1143,7 @@ public final class MoonriseRegionFileIO {
|
||||
LOGGER.error("Failed to decompress chunk data for task: " + this.toString(), thr);
|
||||
}
|
||||
|
||||
if (compoundTag == null) {
|
||||
if (throwable == null && compoundTag == null) {
|
||||
// need to re-try from the start
|
||||
this.scheduleReadIO();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user