Fixed sendGiftToPlayer()
not correctly sending profile change events
This commit is contained in:
parent
923b1185e3
commit
e505f86137
@ -89,6 +89,7 @@ export class GiftService
|
|||||||
giftData.messageText,
|
giftData.messageText,
|
||||||
giftData.items,
|
giftData.items,
|
||||||
this.timeUtil.getHoursAsSeconds(giftData.collectionTimeHours),
|
this.timeUtil.getHoursAsSeconds(giftData.collectionTimeHours),
|
||||||
|
giftData.profileChangeEvents,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user