mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Entity: removed dead maxFireTicks property
This commit is contained in:
parent
16fd37a039
commit
3c936e1be8
@ -424,8 +424,6 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
|
|||||||
/** @var int */
|
/** @var int */
|
||||||
public $lastUpdate;
|
public $lastUpdate;
|
||||||
/** @var int */
|
/** @var int */
|
||||||
public $maxFireTicks;
|
|
||||||
/** @var int */
|
|
||||||
public $fireTicks = 0;
|
public $fireTicks = 0;
|
||||||
/** @var CompoundTag */
|
/** @var CompoundTag */
|
||||||
public $namedtag;
|
public $namedtag;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user