diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index 82c0a6b808..d2dbd3c025 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -2542,7 +2542,7 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{ } } - if($this->startAction === -1){ + if(!$this->isUsingItem()){ $this->setUsingItem(true); return true; }