1
This commit is contained in:
parent
8e7366e31b
commit
6a502707e6
@ -387,9 +387,10 @@ class OtherController extends BaseAuthedController {
|
||||
|
||||
$isOpen = mt\MapMode::isOpen($modeMeta);
|
||||
if ($isOpen) {
|
||||
if ($modeMeta['mapMode'] == \mt\MapMode::CIRCUIT_MODE &&
|
||||
myself()->_switchIsOpen('circuitMatch')){
|
||||
array_unshift($modeList,$temp);
|
||||
if ($modeMeta['mapMode'] == \mt\MapMode::CIRCUIT_MODE){
|
||||
if (myself()->_switchIsOpen('circuitMatch')) {
|
||||
array_unshift($modeList,$temp);
|
||||
}
|
||||
}else{
|
||||
array_push($modeList, $temp);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user