Commit ae15de6f authored by Chunchi Che's avatar Chunchi Che

fix

parent 7c5b92d5
Pipeline #21841 passed with stages
in 13 minutes and 49 seconds
......@@ -277,8 +277,8 @@ export default async function handleGameMsg(pb: ygopro.YgoStocMsg) {
break;
}
case "lp_udpate": {
onLpUpdate(msg.lp_udpate);
case "lp_update": {
onLpUpdate(msg.lp_update);
break;
}
......
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