0

Default value is compatible with the expecteed result in fetching the region for a path

This commit is contained in:
Patrick-Emmanuel Boulanger-Nadeau
2014-01-20 16:30:08 -05:00
parent a0640e8bdb
commit c438a37b29

View File

@@ -513,7 +513,7 @@ class RegionSet(object):
Coords can be either be global chunk coords, or local to a region
"""
(regionfile,filemtime) = self.regionfiles.get((chunkX//32, chunkY//32),None)
(regionfile,filemtime) = self.regionfiles.get((chunkX//32, chunkY//32),(None, None))
return regionfile
def _iterate_regionfiles(self):