fix: uuid not entity
This commit is contained in:
parent
48300260cc
commit
c93a54b80a
|
@ -87,7 +87,7 @@ class InformedBase extends Trait {
|
|||
return;
|
||||
}
|
||||
if (!this._sentSelf) {
|
||||
diff.selfEntity = this.entity;
|
||||
diff.selfEntity = this.entity.instanceUuid;
|
||||
this._sentSelf = true;
|
||||
}
|
||||
this._socket.send({
|
||||
|
|
Loading…
Reference in New Issue
Block a user