From e933ae3795a27a0fad1f37189670c993d8b65f47 Mon Sep 17 00:00:00 2001 From: stale Date: Sat, 2 Jul 2022 06:12:08 -0300 Subject: hotfixes --- assets/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/client.js') diff --git a/assets/client.js b/assets/client.js index 174628f..53689e0 100644 --- a/assets/client.js +++ b/assets/client.js @@ -65,7 +65,7 @@ function connect() { let x = pdat[1][0]; let y = pdat[1][1]; let curs = room.cursors.get(oid); - if (curs != undefined) { + if (oid != player.uid && curs != undefined) { movCursor(curs, x, y); } else { console.log("livepos sys incoherent"); -- cgit v1.2.3