3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-01 08:18:03 +02:00

Update upstream

fb5ec19 Fix error for snapshot restore missing chunk
Dieser Commit ist enthalten in:
NotMyFault 2022-01-04 21:01:49 +01:00
Ursprung 631fd3c7f5
Commit ef686af8dd
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 158F5701A6AAD00C

Datei anzeigen

@ -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;