Fix merge error (again)

This commit is contained in:
Dylan T.
2025-09-28 02:24:53 +01:00
committed by GitHub
parent 8d4da4a3c8
commit 1c5fef63d2

View File

@@ -70,7 +70,7 @@ class AreaEffectCloud extends Entity{
protected const TAG_RADIUS_PER_TICK = "RadiusPerTick"; //TAG_Float
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;