From 1634bb311eba96f13472b84d45af25f3d1bf84cc Mon Sep 17 00:00:00 2001 From: qwerinope Date: Wed, 3 Sep 2025 21:50:30 +0200 Subject: [PATCH] remove duplicate TNT explosion --- src/items/tnt.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/items/tnt.ts b/src/items/tnt.ts index b3c84cd..33df92c 100644 --- a/src/items/tnt.ts +++ b/src/items/tnt.ts @@ -31,11 +31,6 @@ export default new Item(ITEMNAME, 'TNT', 's', redis.del(`user:${targetid}:vulnerable`), sendMessage(`wybuh ${target?.displayName} got hit by ${user.displayName}'s TNT wybuh`), createTimeoutRecord(user, target!, ITEMNAME), - playAlert({ - name: 'tntExplosion', - user: user.displayName, - targets - }) ]); }));