mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-04-18 10:06:27 +02:00
Removed commented-out code in Clipboard
This commit is contained in:
parent
7fd6237280
commit
80263d9751
@ -276,7 +276,6 @@ public class Clipboard {
|
||||
public void pasteClipboard(Location location) {
|
||||
if (blockConfig.contains(BLOCKS_YAML_PREFIX)) {
|
||||
paste(location.getWorld(), null, location, null);
|
||||
//blockConfig.getConfigurationSection(BLOCKS_YAML_PREFIX).getKeys(false).forEach(b -> pasteBlock(location.getWorld(), null, location, blockConfig.getConfigurationSection(BLOCKS_YAML_PREFIX + "." + b)));
|
||||
} else {
|
||||
plugin.logError("Clipboard has no block data in it to paste!");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user