parent
d930e45440
commit
16036bdc19
|
|
@ -1749,7 +1749,8 @@ class PlayerEventHandler implements Listener
|
||||||
clickedBlockType == Material.LOOM ||
|
clickedBlockType == Material.LOOM ||
|
||||||
clickedBlockType == Material.RESPAWN_ANCHOR ||
|
clickedBlockType == Material.RESPAWN_ANCHOR ||
|
||||||
clickedBlockType == Material.CAVE_VINES ||
|
clickedBlockType == Material.CAVE_VINES ||
|
||||||
clickedBlockType == Material.CAVE_VINES_PLANT
|
clickedBlockType == Material.CAVE_VINES_PLANT ||
|
||||||
|
clickedBlockType == Material.PUMPKIN
|
||||||
)))
|
)))
|
||||||
{
|
{
|
||||||
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