fix: REAL visible status
This commit is contained in:
parent
2726f5e406
commit
0cedf1add9
|
@ -53,7 +53,7 @@ export class Informed extends decorate(Trait) {
|
||||||
if (packet instanceof EntityRemovePacket) {
|
if (packet instanceof EntityRemovePacket) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return entity.is('visible');
|
return entity.isVisible;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user