lvjincheng 4 лет назад
Родитель
Сommit
fe988543f3
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      Assets/BowArrow/Scripts/View/PKMatchingView.cs

+ 0 - 2
Assets/BowArrow/Scripts/View/PKMatchingView.cs

@@ -33,8 +33,6 @@ public class PKMatchingView : MonoBehaviour
         int otherIndex = (GlobalData.playerIndexInRoom + 1) % 2;
         MatchPlayerInfo info = GlobalData.matchPlayerInfos[otherIndex];
         //set config
-        GlobalData.pkMatchType = GlobalDataTemp.pkMatchType;
-        GlobalData.matchGameType = GlobalDataTemp.matchGameType;
         this.isTryAgainInviter = true;
     }