mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
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:
parent
0f3ca7807e
commit
22b38d5eba
@ -130,10 +130,6 @@ public class PurchaseFromCatalogEvent extends PurchaseEvent {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (badgeFound[0]) {
|
|
||||||
this.client.getHabbo().getClient().sendResponse(new PurchaseErrorMessageComposer(PurchaseErrorMessageComposer.ALREADY_HAVE_BADGE));
|
|
||||||
}
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user