mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 07:39:57 +00:00
bump max dead ticks to 25 so death smoke cloud works properly
I wish this wasn't client sided... it's a pain to get it synced properly.
This commit is contained in:
parent
c5ac6a7606
commit
0badaeb8f4
@ -53,7 +53,7 @@ abstract class Living extends Entity implements Damageable{
|
|||||||
/** @var int */
|
/** @var int */
|
||||||
public $deadTicks = 0;
|
public $deadTicks = 0;
|
||||||
/** @var int */
|
/** @var int */
|
||||||
protected $maxDeadTicks = 20;
|
protected $maxDeadTicks = 25;
|
||||||
|
|
||||||
protected $invisible = false;
|
protected $invisible = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user