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 - }) ]); }));