Fixes clearing of clipboard when copying

https://github.com/BentoBoxWorld/BentoBox/issues/707
This commit is contained in:
tastybento 2019-05-27 08:43:58 -07:00
parent fb8e3887de
commit 76391fd055

View File

@ -101,6 +101,9 @@ public class BlueprintClipboard {
}
// Clear the clipboard
blueprint = new Blueprint();
bpEntities.clear();
bpAttachable.clear();
bpBlocks.clear();
count = 0;
index = 0;