mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Merge branch 'remove-composer-on-buyItem' into 'ms4/dev'
Remove PurchaseErrorMessageComposer when buying item w/ badge #1755 See merge request morningstar/Arcturus-Community!48
This commit is contained in:
commit
3e32159113
@ -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