diff --git a/mclevel.py b/mclevel.py index 4396eb2..8b7612d 100644 --- a/mclevel.py +++ b/mclevel.py @@ -2131,7 +2131,7 @@ def notclosing(f): yield f; class MCRegionFile(object): - holdFileOpen = True #if False, reopens and recloses the file on each access + holdFileOpen = False #if False, reopens and recloses the file on each access @property