added this.

This commit is contained in:
ArpyAge 2022-01-22 02:55:14 +01:00
parent d2fc1d6827
commit 4b207a3993

View File

@ -51,7 +51,7 @@ public class CatalogPageComposer extends MessageComposer {
item.serialize(this.response); item.serialize(this.response);
} }
} }
this.response.appendInt(offerId); this.response.appendInt(this.offerId);
this.response.appendBoolean(false); //acceptSeasonCurrencyAsCredits this.response.appendBoolean(false); //acceptSeasonCurrencyAsCredits
if (this.page instanceof FrontPageFeaturedLayout || this.page instanceof FrontpageLayout) { if (this.page instanceof FrontPageFeaturedLayout || this.page instanceof FrontpageLayout) {