diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-01-24 18:03:14 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-01-24 18:03:14 -0500 |
| commit | 5fb02fcc216abb44250b8d4a919270eea51174e8 (patch) | |
| tree | a78cc7d121cf4526e857d55c514a365b86755ccd /app.js | |
| parent | 6e53ebee3b946acbacb584fd41022232ede1082d (diff) | |
dupe cursor fix
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ io.sockets.on('connection', function (socket) { connected: now, current: 0, active: true, - x: -9999, + x: 0, y: -9999 }; |
