mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
client: Fix bad ref.
This commit is contained in:
parent
4eef231a27
commit
55e161d77e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ mc.users.sync.event = function(event)
|
||||||
|
|
||||||
if(!(event.type in this.sync.event))
|
if(!(event.type in this.sync.event))
|
||||||
{
|
{
|
||||||
console.error("Unhandled mc.users.sync event[" + event.type + "]" + e);
|
console.error("Unhandled mc.users.sync event[" + event.type + "]" + event.id);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue