Skip to content

Commit

Permalink
fix pickup_delay meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Mar 12, 2019
1 parent b129080 commit a86ee8f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2254,7 +2254,7 @@ else if (mtr.angle == BlockFace.EAST) {
// @returns Duration
// @group attributes
// @description
// Returns how long the entity has lived.
// Returns how long before the item-type entity can be picked up by a player.
// -->
if ((attribute.startsWith("pickup_delay") || attribute.startsWith("pickupdelay"))
&& getBukkitEntity() instanceof Item) {
Expand Down

0 comments on commit a86ee8f

Please sign in to comment.