mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2026-06-05 17:56:55 +00:00
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