Content deleted Content added
No edit summary |
No edit summary |
||
Line 22:
--[[------------------------< getCanonicalCode >---------------------------------
Gets the canonical code for a task force. return tfData.canonicalCode
]]----------------------------------------------------------------------------
function p.main(frame)
local args = getArgs(frame, { parentFirst = true })
return p._main(args)
end
Line 95 ⟶ 85:
return str[1]
end
|