Added support for non-128 worldheights
This commit is contained in:
@@ -147,7 +147,7 @@ public class SnapshotRestore {
|
||||
Chunk chunk;
|
||||
|
||||
try {
|
||||
chunk = chunkStore.getChunk(chunkPos, editSession.getWorld().getName());
|
||||
chunk = chunkStore.getChunk(chunkPos, editSession.getWorld());
|
||||
// Good, the chunk could be at least loaded
|
||||
|
||||
// Now just copy blocks!
|
||||
|
||||
Reference in New Issue
Block a user