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