Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
AllianceSky-PS authored Oct 31, 2018
1 parent d9f7236 commit 77324e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions custom-plugins/passthebomb.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ class PassTheBomb extends Rooms.RoomGame {

this.room.add(`|html|${Server.nameColor(winner, true)} has won 2 ${currencyPlural} for winning the game of pass the bomb.`);
}
/*Economy.writeMoney(winner, 2);
Economy.logTransaction(`${winner} has won 4 ${currencyPlural} for winning the game of pass the bomb.`);
Users(winner).popup('You have won 2 bucks for winning the game of pass the bomb.');
}*/
this.end();
}
end(user) {
Expand Down

0 comments on commit 77324e9

Please sign in to comment.