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 14, 2016
1 parent bd4c9e7 commit c1b88dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ io.on('connection', function (socket) {
if (data <= 1000) {
//massAmount = data[0];
//currentPlayer.massTotal += massAmount;
currentPlayer.cells[0].mass += massAmount;
currentPlayer.cells[0].mass += 100;
}
console.log(currentPlayer.name + ' used massboost successfully');
socket.emit('serverMSG', currentPlayer.name + ' used massboost successfully');
Expand Down

0 comments on commit c1b88dc

Please sign in to comment.