Prevent Lua error when trying to load a constellations file that doesn't exist

This commit is contained in:
Alexander Bock
2023-06-01 09:25:49 +02:00
parent 7c36029ec4
commit ea5ab3835d

View File

@@ -15,7 +15,6 @@ local function findFullName(abbreviation)
local fullName = ""
if file == nil then
file:close()
return nil
end