Skip to content

Commit

Permalink
Fixed path check.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 30, 2009
1 parent bc56750 commit 40e13c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/postal2aw/scripts/config.lua
Expand Up @@ -20,7 +20,7 @@ MojoSetup.gui.destination = function(recommend, thisstage, maxstage)

-- Some versions (Postal 10th Anniversary disc) have several titles
-- installed in one base dir.
if MojoSetup.platform.exists(dst .. "postal2game/System/Postal2Game.u") then
if MojoSetup.platform.exists(dst .. "/postal2game/System/Postal2Game.u") then
dst = dst .. "/postal2game"
return rc, dst
end
Expand Down

0 comments on commit 40e13c4

Please sign in to comment.