Skip to content

Commit 821fef9

Browse files
Update gui/mod-manager.lua
Co-authored-by: SilasD <silas.dunsmore@gmail.com>
1 parent 16ce689 commit 821fef9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gui/mod-manager.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ local function get_active_modlist(viewscreen)
134134
return t
135135
end
136136

137-
--- @return { failures: [string], changed: [{ id: string, new: string }] }
137+
--- @return string[]
138+
--- @return { id: string, new: string }[]
138139
local function swap_modlist(viewscreen, modlist)
139140
local current = get_active_modlist(viewscreen)
140141
for _, v in ipairs(current) do

0 commit comments

Comments
 (0)