Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrus88 committed May 31, 2016
1 parent b5e8d53 commit 10f0deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CASCExplorer/CASCViewHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ await Task.Run(() =>
m2file.Position = 0x138;
string m2name = br.ReadCString();

unknownFile.FullName = m2name + ".m2";
unknownFile.FullName = "unknown\\" + m2name + ".m2";
}
}
}
Expand Down

0 comments on commit 10f0deb

Please sign in to comment.