XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

fix: use await instead of void

94993a16
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified src/services/questService.ts +1 -1
@@ -199,7 +199,7 @@ const handleQuestCompletion = async (
199 199 logger.debug(`completed quest ${questKey}`);
200 200
201 201 if (questKey == "/Lotus/Types/Keys/OrokinMoonQuest/OrokinMoonQuestKeyChain") {
202 void createMessage(inventory.accountOwnerId, [
202 await createMessage(inventory.accountOwnerId, [
203 203 {
204 204 sndr: "/Lotus/Language/Bosses/Ordis",
205 205 msg: "/Lotus/Language/G1Quests/SecondDreamFinishInboxMessage",