mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Merge branch 'dev' into 'dev'
Fix issue Buy furniture with a badge attached See merge request morningstar/Arcturus-Community!462
This commit is contained in:
commit
cffa8af52e
@ -1079,12 +1079,9 @@ public class CatalogManager {
|
||||
}
|
||||
}
|
||||
|
||||
if (badgeFound) {
|
||||
if (badgeFound && item.getBaseItems().size() == 1) {
|
||||
habbo.getClient().sendResponse(new AlertPurchaseFailedComposer(AlertPurchaseFailedComposer.ALREADY_HAVE_BADGE));
|
||||
|
||||
if (item.getBaseItems().size() == 1) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
UserCatalogItemPurchasedEvent purchasedEvent = new UserCatalogItemPurchasedEvent(habbo, item, itemsList, totalCredits, totalPoints, badges);
|
||||
|
Loading…
Reference in New Issue
Block a user