Content deleted Content added
No edit summary |
No edit summary |
||
Line 561:
if line.types[line_type] then
line_type = line.types[line_type]
else
error(string.format(error_messages.type_not_in_module, line_type, line_name, system), 0)▼
end
▲ error(string.format(error_messages.type_not_in_module, line_type, line_name, system), 0)
end
|