fix: undefined traits
This commit is contained in:
parent
7098e29ef3
commit
dfeab466fe
|
@ -277,7 +277,7 @@ export default (latus) => class Receptacle extends decorate(Trait) {
|
|||
}
|
||||
|
||||
packets(informed) {
|
||||
return informed === this.entity ? this.packetUpdates : undefined;
|
||||
return informed === this.entity ? this.packetUpdates : [];
|
||||
}
|
||||
|
||||
queryItem(item) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user