Fix merge error

This commit is contained in:
Dylan K. Taylor
2025-09-18 22:17:47 +01:00
parent 1ec8754979
commit 25dae2f5ae

View File

@@ -46,7 +46,7 @@ class Trident extends Projectile{
public const TAG_ITEM = "Trident"; //TAG_Compound
protected const TAG_SPAWNED_IN_CREATIVE = "isCreative"; //TAG_Byte
public static function getNetworkTypeId() : string{ return EntityIds::THROWN_TRIDENT; }
public function getNetworkTypeId() : string{ return EntityIds::THROWN_TRIDENT; }
protected Item $item;