pvp: 修复
This commit is contained in:
@@ -124,7 +124,9 @@ export async function matchPlayerByRank(seasonNum: number, oppPlayers: OppPlayer
|
||||
|
||||
let oppRoleId = '';
|
||||
let oppRank = 0;
|
||||
if(myRank == 1) { // 第一名
|
||||
if(myRank == 0) {
|
||||
return false
|
||||
} else if(myRank == 1) { // 第一名
|
||||
if(pos == 1) {
|
||||
oppRank = 2;
|
||||
while(ridRanks.includes(oppRank)) {
|
||||
|
||||
Reference in New Issue
Block a user