mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 15:36:27 +01:00
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:
commit
1bbe091fe3
@ -130,10 +130,6 @@ public class CatalogBuyItemEvent extends MessageHandler {
|
||||
}
|
||||
});
|
||||
|
||||
if (badgeFound[0]) {
|
||||
this.client.getHabbo().getClient().sendResponse(new AlertPurchaseFailedComposer(AlertPurchaseFailedComposer.ALREADY_HAVE_BADGE));
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user