mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-10 21:49:38 -06:00
Prevent Lua error when trying to load a constellations file that doesn't exist
This commit is contained in:
@@ -15,7 +15,6 @@ local function findFullName(abbreviation)
|
||||
local fullName = ""
|
||||
|
||||
if file == nil then
|
||||
file:close()
|
||||
return nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user