From c7be6e09346618542f52ba503a992eaf85e1ffea Mon Sep 17 00:00:00 2001 From: Liv Date: Tue, 10 Apr 2018 12:15:57 -0700 Subject: [PATCH] Update edit.js remove the unneeded manual removal of the create setting - it's handled with the rest of the menu items now, and this was causing it to default to false every start.. tested locally but might have gotten in a weird state, so fixing in GH editor. --- scripts/system/edit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/system/edit.js b/scripts/system/edit.js index 993e6017c5..ea22359805 100644 --- a/scripts/system/edit.js +++ b/scripts/system/edit.js @@ -346,7 +346,6 @@ var toolBar = (function () { if (systemToolbar) { systemToolbar.removeButton(EDIT_TOGGLE_BUTTON); } - Menu.removeMenuItem(GRABBABLE_ENTITIES_MENU_CATEGORY, MENU_CREATE_ENTITIES_GRABBABLE); } var buttonHandlers = {}; // only used to tablet mode