mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-19 15:35:52 +00:00
Fixed #1953 Increased item PickupDelay to 2.5 seconds
This commit is contained in:
parent
92cabced97
commit
8b90281355
@ -809,7 +809,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
"Damage" => new Short("Damage", $item->getDamage()),
|
||||
"Count" => new Byte("Count", $item->getCount())
|
||||
]),
|
||||
"PickupDelay" => new Short("PickupDelay", 25)
|
||||
"PickupDelay" => new Short("PickupDelay", 50)
|
||||
]));
|
||||
|
||||
$itemEntity->spawnToAll();
|
||||
|
Loading…
x
Reference in New Issue
Block a user