Skip to content

Commit

Permalink
Update EnderPearl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dadodasyra committed Sep 10, 2024
1 parent cc34ada commit 5797e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/projectile/EnderPearl.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
use pocketmine\event\entity\ProjectileHitEvent;
use pocketmine\network\mcpe\protocol\types\entity\EntityIds;
use pocketmine\world\particle\EndermanTeleportParticle;
use pocketmine\world\sound\EndermanTeleportSound;
use pocketmine\world\Position;
use pocketmine\world\sound\EndermanTeleportSound;

class EnderPearl extends Throwable{
public static function getNetworkTypeId() : string{ return EntityIds::ENDER_PEARL; }
Expand Down

0 comments on commit 5797e63

Please sign in to comment.