mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 19:25:12 +01:00
Fixes clearing of clipboard when copying
https://github.com/BentoBoxWorld/BentoBox/issues/707
This commit is contained in:
parent
fb8e3887de
commit
76391fd055
@ -101,6 +101,9 @@ public class BlueprintClipboard {
|
||||
}
|
||||
// Clear the clipboard
|
||||
blueprint = new Blueprint();
|
||||
bpEntities.clear();
|
||||
bpAttachable.clear();
|
||||
bpBlocks.clear();
|
||||
|
||||
count = 0;
|
||||
index = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user