mirror of
https://github.com/YouHaveTrouble/BlockEdit.git
synced 2026-06-29 21:46:19 +00:00
1 task instead of task per ChunkWork
This commit is contained in:
@@ -38,7 +38,7 @@ public class SetCommand implements TabExecutor {
|
||||
player.sendMessage(Component.text("You need to select 2 points to do this"));
|
||||
return true;
|
||||
}
|
||||
new SetOperation(WorkSplitter.getOperatedOnChunks(selection, bePlayer.getSelectionWorld()), bePlayer.getSelectionWorld(), selection, blockData);
|
||||
new SetOperation(WorkSplitter.getOperatedOnChunks(selection), bePlayer, blockData, 1);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user