mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Merge branch 'Thijmen-dev-patch-77239' into 'dev'
HC Gifts fix See merge request morningstar/Arcturus-Community!403
This commit is contained in:
commit
3f152c560c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user