Removal of sending the PurchaseErrorMessageComposer when you buy an item with a badge, Habbo doesn't send you the error that you already own the badge #1755

This commit is contained in:
Yordi 2023-01-17 12:50:32 +01:00 committed by yordii
parent 0f3ca7807e
commit 22b38d5eba

View File

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