Browse Source

working on world pathing

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

2
chunkymap-regen.py

@ -507,7 +507,7 @@ class MTChunks:
else: else:
print("(and no world could be found in worlds_path '"+self.config["worlds_path"]+"')") print("(and no world could be found in worlds_path '"+self.config["worlds_path"]+"')")
input_string = raw_input("World path (blank for ["+self.config["world_path"]+"]): ") input_string = raw_input("World path--must type full path (blank for ["+self.config["world_path"]+"]): ")
if (len(input_string)>0): if (len(input_string)>0):
self.config["world_path"] = input_string self.config["world_path"] = input_string
auto_chosen_world = False auto_chosen_world = False

Loading…
Cancel
Save