1
This commit is contained in:
parent
909062a9ad
commit
0019f03dee
@ -255,7 +255,7 @@ class BattleController extends BaseAuthedController {
|
|||||||
if ($a['expScore'] == $b['expScore']) {
|
if ($a['expScore'] == $b['expScore']) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return ($a['expScore'] < $b['expScore']) ? -1 : 1;
|
return ($a['expScore'] > $b['expScore']) ? -1 : 1;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
$roomBattleDataService->realUserCount = $realUserNum;
|
$roomBattleDataService->realUserCount = $realUserNum;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user