Removal of sending the AlertPurchaseFailedComposer when you buy an item with a badge

This commit is contained in:
Yordi 2024-10-15 16:49:09 +02:00
parent 0a6355996a
commit c7025ff9c0

View File

@ -130,10 +130,6 @@ public class CatalogBuyItemEvent extends MessageHandler {
}
});
if (badgeFound[0]) {
this.client.getHabbo().getClient().sendResponse(new AlertPurchaseFailedComposer(AlertPurchaseFailedComposer.ALREADY_HAVE_BADGE));
}
return;
}
}