Merge branch 'Thijmen-dev-patch-77239' into 'dev'

HC Gifts fix

See merge request morningstar/Arcturus-Community!403
This commit is contained in:
Remco 2021-02-09 22:21:53 +00:00
commit 3f152c560c

View File

@ -55,7 +55,7 @@ public class ClubGiftsComposer extends MessageComposer {
this.response.appendInt(item.getId());
this.response.appendBoolean(item.isClubOnly());
this.response.appendInt(Math.max(daysRequired - daysAsHc, 0));
this.response.appendInt(daysRequired);
this.response.appendBoolean(daysRequired <= daysAsHc);
}
} else {