1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-23 22:22:34 +02:00

mf fixes, biter command fix

This commit is contained in:
hanakocz
2020-04-17 23:01:34 +02:00
parent bd4adad200
commit c71a2eeac3
5 changed files with 51 additions and 32 deletions

View File

@@ -415,7 +415,9 @@ local function build_groups(player)
table.insert(groups, tostring(g.id))
end
end
end
else
g = nil
end
end
table.insert(groups, "Select Group")
return groups