mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
PrimedTNT: fixed fuse not getting updated client-side, closes #4333
This commit is contained in:
@ -104,6 +104,7 @@ class PrimedTNT extends Entity implements Explosive{
|
||||
|
||||
if(!$this->isFlaggedForDespawn()){
|
||||
$this->fuse -= $tickDiff;
|
||||
$this->networkPropertiesDirty = true;
|
||||
|
||||
if($this->fuse <= 0){
|
||||
$this->flagForDespawn();
|
||||
|
Reference in New Issue
Block a user