mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +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))
|
||||
{
|
||||
console.error("Unhandled mc.users.sync event[" + event.type + "]" + e);
|
||||
console.error("Unhandled mc.users.sync event[" + event.type + "]" + event.id);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue