diff --git a/ServerGridEditor.exe b/ServerGridEditor.exe index 10d5e3e..6c230c8 100644 Binary files a/ServerGridEditor.exe and b/ServerGridEditor.exe differ diff --git a/Src/ServerGridEditor/Forms/MainForm.cs b/Src/ServerGridEditor/Forms/MainForm.cs index 799f941..a8f26a8 100644 --- a/Src/ServerGridEditor/Forms/MainForm.cs +++ b/Src/ServerGridEditor/Forms/MainForm.cs @@ -1862,7 +1862,7 @@ namespace ServerGridEditor if (tile != null) tile.Dispose(); - File.Copy(openFileDialog.FileName, imgName, true); + File.Copy(openFileDialog.FileName, imgName + openFileDialog.SafeFileName, true); SetTileImage(openFileDialog.FileName); currentProject.showBackground = true; currentProject.backgroundImgPath = imgName;