Merge branch 'release/3.2'

This commit is contained in:
Dylan K. Taylor 2018-08-16 15:52:25 +01:00
commit 718ca40379

View File

@ -200,7 +200,7 @@ class ItemEntity extends Entity{
}
public function onCollideWithPlayer(Player $player) : void{
if($this->getPickupDelay() > 0){
if($this->getPickupDelay() !== 0){
return;
}