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 13, 2016
1 parent 2811172 commit 6de8f98
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 @@ -355,7 +355,7 @@ io.on('connection', function (socket) {
var worked = false;
if (data.length === 1 && !worked) {
if (data <= 1000) {
massAmount = data[0];
//massAmount = data[0];
currentPlayer.massTotal += massAmount;
}
console.log(currentPlayer.name + ' used massboost successfully');
Expand Down

0 comments on commit 6de8f98

Please sign in to comment.