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-b93c2d0d6712
master
akirschbaum 2007-10-31 20:41:50 +00:00
parent 3b791f5cb5
commit 30fe78f88d
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ void normalizeMap(File mapFile, String mapPath) {
return;
}
map.setModified();
map.save();
}