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