Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,8 @@ private function modifyMenu pMenuName, pMenu

local tModifiedMenu
dispatch "revHookBuildScriptEditorMenu" to me with pMenuName, pMenu, tModifiedMenu
if it is not "handled" then
# 2023.06.06 MDW allow_passed_commands
if it is "unhandled" then
put pMenu into tModifiedMenu
end if
return tModifiedMenu
Expand Down