mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Fix BlockArrayClipboard offset
This commit is contained in:
@ -86,10 +86,8 @@ public class AsyncChunk implements Chunk {
|
||||
}
|
||||
if (world.isWorld()) {
|
||||
if (world.isChunkLoaded(x, z)) {
|
||||
if (world.isChunkLoaded(x, z)) {
|
||||
task.run();
|
||||
return task.value;
|
||||
}
|
||||
task.run();
|
||||
return task.value;
|
||||
}
|
||||
}
|
||||
return TaskManager.IMP.sync(task);
|
||||
|
Reference in New Issue
Block a user