mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 17:54:15 +02:00
workaround for Script.resolvePath() bug
This commit is contained in:
parent
a1ae9eebf2
commit
b1d472c9ba
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ if (Menu.menuExists(MENU_CATEGORY) && !Menu.menuItemExists(MENU_CATEGORY, MENU_I
|
||||||
menuName: MENU_CATEGORY,
|
menuName: MENU_CATEGORY,
|
||||||
menuItemName: MENU_ITEM,
|
menuItemName: MENU_ITEM,
|
||||||
isCheckable: true,
|
isCheckable: true,
|
||||||
isChecked: false,
|
isChecked: true, // temporary WORKAROUND for Scripts.resolvePath() bug
|
||||||
grouping: "Advanced"
|
grouping: "Advanced"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue