send CompoundDataNotify on Login;fix spelling mistakes. (#1869)

This commit is contained in:
dragon
2022-10-17 18:14:06 +08:00
committed by GitHub
parent 84d02370df
commit b5f356ce4f
6 changed files with 39 additions and 13 deletions

View File

@@ -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.