zhaoyang 2 жил өмнө
parent
commit
e169572c8c

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Common/Controller/LuckyBoxController.cs

@@ -38,7 +38,7 @@ namespace GFGGame
             if (_luckyBoxCfg.resArr.Length > 1 || _luckyBoxCfg.suitShowArr.Length > 1)
             {
                 Timers.inst.Remove(UpdateTime);
-                //Timers.inst.Add(1, 0, UpdateTime);
+                Timers.inst.Add(1, 0, UpdateTime);
             }
         }