2734
правки
Изменения
Нет описания правки
if modAliases and modAliases[id] then
alias = modAliases[id]
elseif aliases and aliases[id] and (args["мод"] == '' or not p.getParts(frame, args["мод"]).mod) then
alias = aliases[id]
end
if alias and (args["мод"] == '' or p.getParts(frame, args["мод"]).mod == '') then
table.insert( frames, p.expandAlias( frameParts, alias ) )
else