mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-28 03:43:22 +08:00
comment & mooncard
This commit is contained in:
parent
63b70497f0
commit
411a6c0715
@ -941,6 +941,8 @@ public class Player {
|
||||
session.send(new PacketPlayerStoreNotify(this));
|
||||
session.send(new PacketAvatarDataNotify(this));
|
||||
|
||||
getTodayMoonCard(); // The timer works at 0:0, some users log in after that, use this method to check if they have received a reward today or not. If not, send the reward.
|
||||
|
||||
session.send(new PacketPlayerEnterSceneNotify(this)); // Enter game world
|
||||
session.send(new PacketPlayerLevelRewardUpdateNotify(rewardedLevels));
|
||||
session.send(new PacketOpenStateUpdateNotify());
|
||||
|
Loading…
Reference in New Issue
Block a user