diff --git a/server.js b/server.js index d2894e4..d32a5e4 100644 --- a/server.js +++ b/server.js @@ -79,7 +79,7 @@ console.log(stats); var cursor = setInterval(function() { client.sendArray([{m:'m', x: client.getOwnParticipant().x = pos.x + 50, y: client.getOwnParticipant().y = pos.y + 50}]); -}); +}, 16); var cursorupdate = setInterval(function() { switch (cursormode) { diff --git a/stats.json b/stats.json index 475685a..520249b 100644 --- a/stats.json +++ b/stats.json @@ -1 +1 @@ -{"edgehits":299,"cornerhits":0} \ No newline at end of file +{"edgehits":491,"cornerhits":0} \ No newline at end of file