From 4fa1895eb2312f2a99e5b0b1f27426fecd1f05ae Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Thu, 3 Mar 2016 09:41:37 -0500 Subject: [PATCH] fix typo --- chunkymap-regen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chunkymap-regen.py b/chunkymap-regen.py index 97e7f03..3dafaa3 100644 --- a/chunkymap-regen.py +++ b/chunkymap-regen.py @@ -793,7 +793,7 @@ class MTChunks: if self.is_chunk_traversed_by_player(chunk_luid): print (min_indent+"WARNING: no chunk data though traversed by player:") line_count = print_file(genresult_path, min_indent+" ") - print(indent+"#EOF: "+str(line_count)+" line(s) in '"+genresult_path+"'") + print(min_indent+"#EOF: "+str(line_count)+" line(s) in '"+genresult_path+"'") try: self.prepare_chunk_meta(chunk_luid) # DOES load existing yml if exists