Staging random bug fixes

This commit is contained in:
dexyfex
2018-05-01 13:20:39 +10:00
Unverified
parent cda768eb22
commit 945bf410cc
6 changed files with 121 additions and 8 deletions
+5
View File
@@ -2201,7 +2201,9 @@ namespace CodeWalker
var fpaths = OpenFileDialog.FileNames;
foreach (var fpath in fpaths)
{
#if !DEBUG
try
#endif
{
if (!File.Exists(fpath))
{
@@ -2254,10 +2256,13 @@ namespace CodeWalker
RpfFile.CreateFile(parentrpffldr, fname, data);
}
#if !DEBUG
catch (Exception ex)
{
MessageBox.Show(ex.Message, "Unable to import file");
}
#endif
}
CurrentFolder.ListItems = null;