Fixed indentation style to match the rest of the code.
This commit is contained in:
@@ -426,7 +426,7 @@ class QuadtreeGen(object):
|
|||||||
needs_rerender = False
|
needs_rerender = False
|
||||||
get_region_mtime = world.get_region_mtime
|
get_region_mtime = world.get_region_mtime
|
||||||
for col, row, chunkx, chunky, regionfile in chunks:
|
for col, row, chunkx, chunky, regionfile in chunks:
|
||||||
region, regionMtime = get_region_mtime(regionfile)
|
region, regionMtime = get_region_mtime(regionfile)
|
||||||
|
|
||||||
# don't even check if it's not in the regionlist
|
# don't even check if it's not in the regionlist
|
||||||
if self.world.regionlist and os.path.abspath(region._filename) not in self.world.regionlist:
|
if self.world.regionlist and os.path.abspath(region._filename) not in self.world.regionlist:
|
||||||
|
|||||||
Reference in New Issue
Block a user