diff --git a/scripts/mapgen.py b/scripts/mapgen.py index a137345..d81a1b0 100755 --- a/scripts/mapgen.py +++ b/scripts/mapgen.py @@ -299,6 +299,7 @@ def processmaps(maps, htmlfile): htmlfile.write("\n\n") i = 0 + maps.sort() for xmlfile in maps: shutil.copyfile(xmlfile, "../maps/" + os.path.basename(xmlfile)) info = mapinfo(xmlfile)