Skip to content

Commit

Permalink
Update P3D2.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampo committed Jul 8, 2024
1 parent c554b24 commit cc3de78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Randomiser/Resources/lib/P3D2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ local function LoadP3DFile(self, Path, NewOnDoesntExist)
return setmetatable({ Endian = "<", Chunks = {} }, self)
else
if not Exists(Path, true, false) then
assert(NewOnDoesntExist, "Arg #1 (Path) does not exist.")
assert(NewOnDoesntExist, "Could not find the path specified in Arg #1: " .. Path)

self.__index = self
return setmetatable({ Endian = "<", Chunks = {} }, self)
Expand Down

0 comments on commit cc3de78

Please sign in to comment.