Commit 1c27f135 authored by Chunchi Che's avatar Chunchi Che

add FIXME comment

parent a242332e
Pipeline #22100 passed with stages
in 19 minutes and 22 seconds
......@@ -165,6 +165,7 @@ export default async (move: MsgMove) => {
promises.push(eventbus.call(Task.Move, card.uuid));
});
}
// FIXME: 当和AI联机对战,且AI先手时,下面这个`await`会block住
await Promise.all(promises);
// 超量素材位置跟随超量怪兽移动
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment