mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
dce7da60c9
commit
04ac1d8808
@ -28,8 +28,8 @@ _item = configName _config;
|
|||||||
|
|
||||||
// If the switch config entries are inherited, ignore
|
// If the switch config entries are inherited, ignore
|
||||||
if (
|
if (
|
||||||
(inheritsFrom (_config >> "MRT_SwitchItemNextClass") isNotEqualTo (_config >> "MRT_SwitchItemNextClass")) ||
|
(inheritsFrom (_config >> "MRT_SwitchItemNextClass") isNotEqualTo _config) ||
|
||||||
{inheritsFrom (_config >> "MRT_SwitchItemPrevClass") isNotEqualTo (_config >> "MRT_SwitchItemPrevClass")}
|
{inheritsFrom (_config >> "MRT_SwitchItemPrevClass") isNotEqualTo _config}
|
||||||
) exitWith {
|
) exitWith {
|
||||||
_item // return
|
_item // return
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user