Skip to content

Commit

Permalink
Merge branch 'major-next' into inventory-rework
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Nov 24, 2024
2 parents 6aa4e4c + d72941c commit f4d50a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/projectile/IceBomb.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
use pocketmine\world\sound\IceBombHitSound;

class IceBomb extends Throwable{
public static function getNetworkTypeId() : string{ return EntityIds::ICE_BOMB; }
public function getNetworkTypeId() : string{ return EntityIds::ICE_BOMB; }

public function getResultDamage() : int{
return -1;
Expand Down

0 comments on commit f4d50a1

Please sign in to comment.