Bug fixes, changes

Contrast_Picker
Arcidayne 9 years ago
parent 0692805ce7
commit 3299dac29c

@ -102,7 +102,7 @@ EnableTrigger("End_Area", true)</send>
> >
<send>local group_not_here = {} <send>local group_not_here = {}
for _,v in ipairs(epicgroup.members) do for _,v in ipairs(epicgroup.members) do
if v.here == 0 and v.level > 199 then if v.info.here == 0 and v.info.lvl > 199 then
table.insert(group_not_here, v.name) table.insert(group_not_here, v.name)
end end
end end

Loading…
Cancel
Save