mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
Update upstream
fb5ec19 Fix error for snapshot restore missing chunk
This commit is contained in:
parent
631fd3c7f5
commit
ef686af8dd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user