Merge pull request #2396 from FlightControl-Master/Applevangelist-patch-3

Update Storage.lua
This commit is contained in:
Thomas
2025-09-23 15:26:54 +02:00
committed by GitHub

View File

@@ -753,7 +753,7 @@ function STORAGE:LoadFromFile(Path,Filename)
end end
end end
else else
self:E("File for Liquids could not be found: "..tostring(Path).."\\"..tostring(Filename).."_Liquids.csv")) self:E("File for Liquids could not be found: "..tostring(Path).."\\"..tostring(Filename).."_Liquids.csv")
end end
end end
@@ -773,7 +773,7 @@ function STORAGE:LoadFromFile(Path,Filename)
end end
end end
else else
self:E("File for Aircraft could not be found: "..tostring(Path).."\\"..tostring(Filename).."_Aircraft.csv")) self:E("File for Aircraft could not be found: "..tostring(Path).."\\"..tostring(Filename).."_Aircraft.csv")
end end
end end
@@ -805,7 +805,7 @@ function STORAGE:LoadFromFile(Path,Filename)
end end
end end
else else
self:E("File for Weapons could not be found: "..tostring(Path).."\\"..tostring(Filename).."_Weapons.csv")) self:E("File for Weapons could not be found: "..tostring(Path).."\\"..tostring(Filename).."_Weapons.csv")
end end
end end