diff --git a/overviewer_core/world.py b/overviewer_core/world.py index 450c700..a4d414c 100644 --- a/overviewer_core/world.py +++ b/overviewer_core/world.py @@ -117,7 +117,7 @@ class World(object): # seem to be any set standard on what dimensions are in each world, # just scan the directory heirarchy to find a directory with .mca # files. - for root, dirs, files in os.walk(self.worlddir): + for root, dirs, files in os.walk(self.worlddir, followlinks=True): # any .mcr files in this directory? mcas = [x for x in files if x.endswith(".mca")] if mcas: