diff --git a/src/routine/layout.py b/src/routine/layout.py index 8c77a14f..bc717a1e 100644 --- a/src/routine/layout.py +++ b/src/routine/layout.py @@ -64,7 +64,7 @@ def __iter__(self): class Layout: """Uses a quadtree to represent possible player positions in a map layout.""" - LAYOUTS_DIR = os.path.join(config.RESOURCES_DIR, 'layouts') + LAYOUTS_DIR = os.path.join(config.RESOURCES_DIR, 'layouts', config.bot.module_name) TOLERANCE = settings.move_tolerance / 2 def __init__(self, name):