diff --git a/chunkymap-regen.py b/chunkymap-regen.py index dd561fa..66153dd 100644 --- a/chunkymap-regen.py +++ b/chunkymap-regen.py @@ -507,7 +507,7 @@ class MTChunks: else: 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): self.config["world_path"] = input_string auto_chosen_world = False