Browse Source

added notice for when generated metadata does not need to be written

master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
8b519c6941
  1. 2
      chunkymap-regen.py

2
chunkymap-regen.py

@ -361,5 +361,7 @@ if os.path.isfile(mtmn_path) and os.path.isfile(colors_path):
outs.write("total_generated_count:"+str(total_generated_count) + "\n")
outs.close()
else:
print ("(Not saving '"+yaml_path+"' since same value of each current variable is already in file as loaded)")
else:
print ("failed since this folder must contain colors.txt and minetestmapper-numpy.py")

Loading…
Cancel
Save