fix: flicker

This commit is contained in:
cha0s 2021-02-06 21:49:59 -06:00
parent 2142ef5cce
commit 80568bc83b

View File

@ -129,7 +129,6 @@ export default (latus) => class Tool extends Trait {
calculateTargetTotal() {
if ('client' === process.env.SIDE) {
this.#primitives.clear();
const {wielder} = this.entity;
if (!wielder || !wielder.is('Layered')) {
return;