整理代码

This commit is contained in:
MrZ626
2020-12-15 23:55:32 +08:00
parent cf3ca2e9e0
commit e732aae87b
30 changed files with 149 additions and 168 deletions

View File

@@ -699,7 +699,7 @@ end
local noRecList={"custom","solo","round","techmino"}
local function getModList()
local res={}
for k,v in next,GAME.mod do
for _,v in next,GAME.mod do
if v.sel>0 then
ins(res,{v.no,v.sel})
end