mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
disable defaultScripts.js debugging by default
This commit is contained in:
parent
b50d24fb00
commit
99acc9045d
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: true, // temporary WORKAROUND for Scripts.resolvePath() bug
|
isChecked: false,
|
||||||
grouping: "Advanced"
|
grouping: "Advanced"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue