Fixed bug where saving a mission opened from workshop "mapdata.pgm" archive would overwrite the pgm as ini instead of opening the "save as" dialog.
Fixed the bug where workshop "mapdata.pgm" archives would not show up in recently used files.
This commit is contained in:
parent
25311336f9
commit
1af306ccf9
@ -2286,7 +2286,7 @@ namespace MobiusEditor
|
||||
if (loadInfo.FileType == FileType.PGM || loadInfo.FileType == FileType.MEG)
|
||||
{
|
||||
resaveType = FileType.INI;
|
||||
loadInfo.FileName = null;
|
||||
resaveName = null;
|
||||
}
|
||||
#endif
|
||||
mapPanel.MapImage = plugin.MapImage;
|
||||
|
Loading…
x
Reference in New Issue
Block a user