45,646
edits
No edit summary |
No edit summary |
||
Line 307: | Line 307: | ||
-- Differs from table returned by getScriptCodes, as Hants is not normalized into its constituents. | -- Differs from table returned by getScriptCodes, as Hants is not normalized into its constituents. | ||
codes = table.concat(self._rawData["scripts"],", ") | |||
codes = codes and split(codes, ",", true, true) or {"None"} | |||
self._bestScriptCodes = codes | |||
local first_sc = | local first_sc = self._rawData.scripts[1] | ||
if first_sc == "All" then | if first_sc == "All" then |