mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Fix merge error
This commit is contained in:
@@ -46,7 +46,7 @@ class Trident extends Projectile{
|
|||||||
public const TAG_ITEM = "Trident"; //TAG_Compound
|
public const TAG_ITEM = "Trident"; //TAG_Compound
|
||||||
protected const TAG_SPAWNED_IN_CREATIVE = "isCreative"; //TAG_Byte
|
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;
|
protected Item $item;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user