mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-15 16:05:28 +00:00
Minor formatting fixes
This commit is contained in:
parent
38afe22b79
commit
9c0ebb6350
@ -35,7 +35,6 @@ class ItemDespawnEvent extends EntityEvent implements Cancellable{
|
|||||||
*/
|
*/
|
||||||
public function __construct(ItemEntity $item){
|
public function __construct(ItemEntity $item){
|
||||||
$this->entity = $item;
|
$this->entity = $item;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -35,7 +35,6 @@ class ProjectileLaunchEvent extends EntityEvent implements Cancellable{
|
|||||||
*/
|
*/
|
||||||
public function __construct(Projectile $entity){
|
public function __construct(Projectile $entity){
|
||||||
$this->entity = $entity;
|
$this->entity = $entity;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user