mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Fixed EntityShootBowEventEvent crash
This commit is contained in:
@ -27,7 +27,7 @@ use pocketmine\event\Cancellable;
|
||||
use pocketmine\item\Bow;
|
||||
use pocketmine\item\Item;
|
||||
|
||||
class EntityShootBowEventEvent extends EntityEvent implements Cancellable{
|
||||
class EntityShootBowEvent extends EntityEvent implements Cancellable{
|
||||
public static $handlerList = null;
|
||||
|
||||
/** @var Bow */
|
||||
|
Reference in New Issue
Block a user