We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d023b2 commit ef343ebCopy full SHA for ef343eb
addons/libs/extdata.lua
@@ -2042,8 +2042,8 @@ function decode.AssaultLog(itemid, str)
2042
}
2043
2044
local names = missions[itemid]
2045
- local flags = {str:unpack("<q10")}
2046
- local data = T{flags}:key_map(function(id) return names[id] end)
+ local flags = T{str:unpack("<q10")}
+ local data = flags:key_map(function(id) return names[id] end)
2047
local rettab = {
2048
type='Assault Log',
2049
completed = S{data},
0 commit comments