Update Range.lua

- Fixed  RANGE.MenuF10Root
This commit is contained in:
Frank 2024-07-02 15:52:44 +02:00
parent 7e20a0a0dc
commit 8e0446c594

View File

@ -3352,7 +3352,7 @@ function RANGE:_AddF10Commands( _unitName )
-------------------
-- _rangePath = missionCommands.addSubMenuForGroup(_gid, self.rangename, RANGE.MenuF10Root)
_rangePath = MENU_GROUP:New( group, "On the Range" )
_rangePath = MENU_GROUP:New( group, "On the Range", RANGE.MenuF10Root )
else