Browse Source

working on new folder layout for linux

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

1
chunkymap-regen.py

@ -395,6 +395,7 @@ class MTChunks:
is_config_changed = False is_config_changed = False
if not os.path.isfile(self.config_path): if not os.path.isfile(self.config_path):
is_config_changed = True is_config_changed = True
print("Creating '"+self.config_path+"'")
#if self.config is None: #if self.config is None:
self.mapvars["total_generated_count"] = 0 self.mapvars["total_generated_count"] = 0
self.rendered_count = 0 self.rendered_count = 0

Loading…
Cancel
Save