Prechádzať zdrojové kódy

InitForInviterToTryAgain()

lvjincheng 4 rokov pred
rodič
commit
fe988543f3

+ 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;
     }