Fixed EntityShootBowEventEvent crash

This commit is contained in:
Shoghi Cervantes
2014-08-30 19:07:17 +02:00
parent 706c97b9b1
commit ec1fe6a083
2 changed files with 3 additions and 3 deletions

View File

@ -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 */