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