From 6ba2b85720771ebfd5ae6d5b307f5c165f2cd662 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 15 八月 2018 15:50:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/MainInterfacePanel/TopAnimationPlay.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/MainInterfacePanel/TopAnimationPlay.cs b/System/MainInterfacePanel/TopAnimationPlay.cs
index b21e705..d97d06a 100644
--- a/System/MainInterfacePanel/TopAnimationPlay.cs
+++ b/System/MainInterfacePanel/TopAnimationPlay.cs
@@ -41,14 +41,14 @@
 
         private void operationStartEvent(Operation arg1, int arg2)
         {
-            if (arg1 == Operation.GiftPackage || arg1 == Operation.FairyCeremony)
+            if (arg1 == Operation.FairyCeremony)
             {
                 Await1();
             }
         }
         private void operationEndEvent(Operation arg1, int arg2)
         {
-            if (arg1 == Operation.GiftPackage || arg1 == Operation.FairyCeremony)
+            if ( arg1 == Operation.FairyCeremony)
             {
                 Await1();
             }

--
Gitblit v1.8.0