diff --git a/worlds/oot/Utils.py b/worlds/oot/Utils.py index 134f5fb4..dea8dbc7 100644 --- a/worlds/oot/Utils.py +++ b/worlds/oot/Utils.py @@ -8,7 +8,7 @@ __version__ = Utils.__version__ + ' f.LUM' def data_path(*args): - return Utils.local_path('worlds', 'oot', 'data', *args) + return os.path.join(os.path.dirname(__file__), 'data', *args) @lru_cache(maxsize=13) # Cache Overworld.json and the 12 dungeons