mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 22:40:27 +02:00
Merge pull request #13310 from ElderOrb/FB15569
FB15569 - Debug default scripts no longer on developer menu
This commit is contained in:
commit
d39eb250e1
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ if (Menu.menuExists(MENU_CATEGORY) && !Menu.menuItemExists(MENU_CATEGORY, MENU_I
|
||||||
menuItemName: MENU_ITEM,
|
menuItemName: MENU_ITEM,
|
||||||
isCheckable: true,
|
isCheckable: true,
|
||||||
isChecked: previousSetting,
|
isChecked: previousSetting,
|
||||||
grouping: "Advanced"
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue