Do not update the 'Modfied:' map header when normalizing maps.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7431 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
3b791f5cb5
commit
30fe78f88d
|
@ -17,7 +17,6 @@ void normalizeMap(File mapFile, String mapPath) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
map.setModified();
|
|
||||||
map.save();
|
map.save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue