parent
22e9f582cb
commit
e2aae1d0f3
|
|
@ -1805,7 +1805,7 @@ class PlayerEventHandler implements Listener
|
||||||
clickedBlockType == Material.DRAGON_EGG ||
|
clickedBlockType == Material.DRAGON_EGG ||
|
||||||
clickedBlockType == Material.DAYLIGHT_DETECTOR ||
|
clickedBlockType == Material.DAYLIGHT_DETECTOR ||
|
||||||
clickedBlockType == Material.COMPARATOR ||
|
clickedBlockType == Material.COMPARATOR ||
|
||||||
clickedBlockType == Material.FLOWER_POT
|
Tag.FLOWER_POTS.isTagged(clickedBlockType)
|
||||||
))
|
))
|
||||||
{
|
{
|
||||||
if(playerData == null) playerData = this.dataStore.getPlayerData(player.getUniqueId());
|
if(playerData == null) playerData = this.dataStore.getPlayerData(player.getUniqueId());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user