From 326622f9e57c428a8a57ce038257b22498a5c367 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Wed, 24 Feb 2016 13:39:07 -0500 Subject: [PATCH] working on player update problems --- chunkymap-regen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chunkymap-regen.py b/chunkymap-regen.py index 1eef7ce..e4d7948 100644 --- a/chunkymap-regen.py +++ b/chunkymap-regen.py @@ -16,7 +16,7 @@ import argparse def get_dict_from_conf_file(path,assignment_operator="="): results = None - print ("Checking "+str(path)+" for settings...") + #print ("Checking "+str(path)+" for settings...") if os.path.isfile(path): results = {} ins = open(path, 'r') @@ -32,7 +32,7 @@ def get_dict_from_conf_file(path,assignment_operator="="): if ao_index