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 73b41d5 commit 465f3ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ io.on('connection', function (socket) {
id: socket.id,
x: position.x,
y: position.y,
w: 200;
h: 200;
/*w: c.defaultPlayerMass,
h: c.defaultPlayerMass,*/
/*w: 200;
h: 200;*/
w: c.defaultPlayerMass,
h: c.defaultPlayerMass,
cells: cells,
massTotal: massTotal,
hue: Math.round(Math.random() * 360),
Expand Down

0 comments on commit 465f3ac

Please sign in to comment.