Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
Update path at which Morrowind plugins are expected
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Nov 10, 2015
1 parent cb84f2b commit a82e359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/PluginTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace libespm2 {
if (game == GameId::OBLIVION)
return "./Oblivion/Data";
else if (game == GameId::MORROWIND)
return "./Morrowind/Data";
return "./Morrowind/Data Files";
else
return "./Skyrim/Data";
}
Expand Down

0 comments on commit a82e359

Please sign in to comment.