mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
PrimedTNT: fixed fuse not getting updated client-side, closes #4333
This commit is contained in:
parent
8f01caf335
commit
1afda04620
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user