From 77324e92fb5a0ec14324bfa42c0a7e38fce6b92f Mon Sep 17 00:00:00 2001 From: Akash Kumar <34735962+AllianceSky-PS@users.noreply.github.com> Date: Wed, 31 Oct 2018 17:38:26 +0000 Subject: [PATCH] remove unused code --- custom-plugins/passthebomb.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/custom-plugins/passthebomb.js b/custom-plugins/passthebomb.js index 894d1f2b9..963bf320d 100644 --- a/custom-plugins/passthebomb.js +++ b/custom-plugins/passthebomb.js @@ -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) {