0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-26 22:08:20 +02:00

client: Fix bad ref.

This commit is contained in:
Jason Volk 2018-08-29 20:41:17 -07:00
parent 4eef231a27
commit 55e161d77e

View file

@ -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;
}