fix: don't transmit lootable partricles
This commit is contained in:
parent
bdfc854dc1
commit
2724375e67
|
@ -95,7 +95,10 @@ export default () => class Lootable extends decorate(Trait) {
|
|||
ttl: 0.25,
|
||||
},
|
||||
};
|
||||
this.entity.emitParticleJson(json);
|
||||
this.entity.emitParticleJson({
|
||||
...json,
|
||||
transmit: false,
|
||||
});
|
||||
}
|
||||
return false;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user