Update upstream

fb5ec19 Fix error for snapshot restore missing chunk
This commit is contained in:
NotMyFault 2022-01-04 21:01:49 +01:00
parent 631fd3c7f5
commit ef686af8dd
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -126,7 +126,7 @@ public class McRegionReader {
// The chunk hasn't been generated
if (offset == 0) {
throw new DataException("The chunk at " + x + "," + z + " is not generated");
throw new DataException("The chunk at " + position + " is not generated");
}
int sectorNumber = offset >> 8;