From fab82443327753d4c3a9708a66b84481e6e96434 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Mon, 7 Mar 2016 21:51:05 -0500 Subject: [PATCH] working on new folder layout for linux --- chunkymap-regen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chunkymap-regen.py b/chunkymap-regen.py index 96209da..dd561fa 100644 --- a/chunkymap-regen.py +++ b/chunkymap-regen.py @@ -395,6 +395,7 @@ class MTChunks: is_config_changed = False if not os.path.isfile(self.config_path): is_config_changed = True + print("Creating '"+self.config_path+"'") #if self.config is None: self.mapvars["total_generated_count"] = 0 self.rendered_count = 0