Commit 3413d383 authored by love_飞影's avatar love_飞影 Committed by Chunchi Che

fix: 移除错误音效

parent 1fb2bf76
import { ygopro } from "@/api";
import { AudioActionType, playEffect } from "@/infra/audio";
import { InteractType, placeStore } from "@/stores";
type MsgSelectPlace = ygopro.StocGameMessage.MsgSelectPlace;
......@@ -11,7 +10,6 @@ export default (selectPlace: MsgSelectPlace) => {
}
for (const place of selectPlace.places) {
playEffect(AudioActionType.SOUND_SET);
switch (place.zone) {
case ygopro.CardZone.MZONE:
case ygopro.CardZone.SZONE:
......
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