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:
Nyerguds 2024-08-20 09:55:28 +02:00
parent 25311336f9
commit 1af306ccf9

View File

@ -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;