mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 08:56:04 +01:00
send CompoundDataNotify on Login;fix spelling mistakes. (#1869)
This commit is contained in:
@@ -1199,7 +1199,8 @@ public class Player {
|
||||
session.send(new PacketGetChatEmojiCollectionRsp(this.getChatEmojiIdList()));
|
||||
this.forgingManager.sendForgeDataNotify();
|
||||
this.resinManager.onPlayerLogin();
|
||||
this.cookingManager.sendCookDataNofity();
|
||||
this.cookingManager.sendCookDataNotify();
|
||||
this.cookingCompoundManager.onPlayerLogin();
|
||||
this.teamManager.onPlayerLogin();
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user