From a84fada1de884d1e5b55a237665e376e146ab35f Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Mon, 7 Mar 2016 21:53:29 -0500 Subject: [PATCH] working on world pathing --- chunkymap-regen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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