Content deleted Content added
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 19:
return taskForceData
end
Line 72 ⟶ 62:
end
end
--not sure why we have to do this but we do to get class to be detected correctly if inherited
if trable["class"]== nil then
trable["class"]=" "
Line 84 ⟶ 75:
local oframe=frame
frame=p.fudgeTaskforceParameters(frame)
return banner.main(frame)
end
|