Merge branch 'improvement/remove-owned-badge-error' into 'dev'

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

See merge request morningstar/Arcturus-Community!93
This commit is contained in:
ArpyAge 2024-10-17 17:41:44 +00:00
commit 1bbe091fe3

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