Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PortPixel authored Jul 12, 2016
1 parent f542680 commit 708d94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ io.on('connection', function (socket) {
id: socket.id,
x: position.x,
y: position.y,
w: util.massToRadius(massTotal);
h: util.massToRadius(massTotal);
w: 200;
h: 200;
/* w: c.defaultPlayerMass,
h: c.defaultPlayerMass,
cells: cells,*/
Expand Down

0 comments on commit 708d94f

Please sign in to comment.