Main/Core/GameEngine/Launch/InitSettingTask.cs
@@ -13,8 +13,10 @@
    public override void Begin()
    {
        ShaderUtility.InitGlobalParams();
        SoundPlayer.CreateSoundPlayer();
        // SoundPlayer.CreateSoundPlayer();
        SoundPlayer.Instance.Init();
        SoundPlayer.Instance.PlayLoginMusic();
        // SoundPlayer.Instance.PlayBackGroundMusic(41);
        SystemSetting.Instance.SetSoundVolume(SystemSetting.Instance.GetSoundVolume());
        SystemSetting.Instance.SetSoundEffect(SystemSetting.Instance.GetSoundEffect());
@@ -34,11 +36,6 @@
        PackageRegedit.Init();
        Clock.Init();
        // TODO YYL
        // if (VersionConfig.Get().appId.Equals("test"))
        // {
        //     SnxxzGame.Instance.gameObject.AddComponent<PocoManager>();
        // }
        done = true;
    }