武将:修复武将表没有serverId的bug

This commit is contained in:
luying
2022-04-20 10:35:36 +08:00
parent 0420e3441a
commit fb9272afd7
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ export function sendMessgeToChannelByBatch(channel: Channel, route: string, data
}
}, PUSH_INTERVAL);
} else {
channel.pushMessage(route, data);
sendMessageToChannel(channel, route, data);
}
}