瀏覽代碼

快速挑战星数限制

zhaoyang 3 年之前
父節點
當前提交
f96a895e43
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpFightView.cs

+ 0 - 4
GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpFightView.cs

@@ -127,10 +127,6 @@ namespace GFGGame
             }
 
 
-            if (!string.IsNullOrEmpty(_fightCfg.music))
-            {
-                MusicManager.Instance.Play(ResPathUtil.GetMusicPath(_fightCfg.music, "mp3"));
-            }
             _ui.m_compNeed.target.visible = _fightCfg.needItemId > 0 || _fightCfg.needSuitId > 0 || _fightCfg.needTagsArr.Length > 0;
             if (_ui.m_compNeed.target.visible)
             {