mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Fix merge error (again)
This commit is contained in:
@@ -70,7 +70,7 @@ class AreaEffectCloud extends Entity{
|
|||||||
protected const TAG_RADIUS_PER_TICK = "RadiusPerTick"; //TAG_Float
|
protected const TAG_RADIUS_PER_TICK = "RadiusPerTick"; //TAG_Float
|
||||||
protected const TAG_EFFECTS = "mobEffects"; //TAG_List
|
protected const TAG_EFFECTS = "mobEffects"; //TAG_List
|
||||||
|
|
||||||
public static function getNetworkTypeId() : string{ return EntityIds::AREA_EFFECT_CLOUD; }
|
public function getNetworkTypeId() : string{ return EntityIds::AREA_EFFECT_CLOUD; }
|
||||||
|
|
||||||
protected int $age = 0;
|
protected int $age = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user