Skip to content

Commit 8a527fb

Browse files
authored
Update menu_map.xpl
1 parent 445eecf commit 8a527fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/addons/ego_detailmonitor/menu_map.xpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -15936,7 +15936,7 @@ function menu.setupLoadoutInfoSubmenuRows(mode, inputtable, inputobject, instanc
1593615936
local rd_callbackVal
1593715937
if menu.uix_callbacks ["rd_addReactiveDockingMapMenu"] then
1593815938
for uix_id, uix_callback in pairs (menu.uix_callbacks ["rd_addReactiveDockingMapMenu"]) do
15939-
rd_callbackVal = uix_callback (row, inputobject, i, mode, active, mouseovertext, isdockingpossible)
15939+
rd_callbackVal = uix_callback (row, inputobject, i, mode, active, mouseovertext, isstation, isdockingpossible)
1594015940
end
1594115941
end
1594215942
if not rd_callbackVal then

0 commit comments

Comments
 (0)