mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-23 16:41:42 +01:00
Fixed tests
This commit is contained in:
parent
53d728af94
commit
fab6b295b6
@ -210,7 +210,6 @@ public class BlockInteractionListenerTest {
|
|||||||
clickedBlocks.put(Material.DRAGON_EGG, Flags.DRAGON_EGG);
|
clickedBlocks.put(Material.DRAGON_EGG, Flags.DRAGON_EGG);
|
||||||
clickedBlocks.put(Material.END_PORTAL_FRAME, Flags.PLACE_BLOCKS);
|
clickedBlocks.put(Material.END_PORTAL_FRAME, Flags.PLACE_BLOCKS);
|
||||||
clickedBlocks.put(Material.ITEM_FRAME, Flags.ITEM_FRAME);
|
clickedBlocks.put(Material.ITEM_FRAME, Flags.ITEM_FRAME);
|
||||||
clickedBlocks.put(Material.LECTERN, Flags.BREAK_BLOCKS);
|
|
||||||
clickedBlocks.put(Material.SWEET_BERRY_BUSH, Flags.BREAK_BLOCKS);
|
clickedBlocks.put(Material.SWEET_BERRY_BUSH, Flags.BREAK_BLOCKS);
|
||||||
clickedBlocks.put(Material.CAKE, Flags.CAKE);
|
clickedBlocks.put(Material.CAKE, Flags.CAKE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user