2734
правки
Изменения
Нет описания правки
local keys = {}
for i in pairs( aliases ) do
-- Skip the banner aliases (except "Базовый Любой флаг"), as there are so
-- many of them it causes the table to be excessively long
if i == 'Базовый Любой флаг' or not i:find( 'Флаг$ ' ) then
table.insert( keys, i )
end