round of post-test fixes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import json
|
||||
import os
|
||||
|
||||
with open('worlds/subnautica/locations.json', 'r') as file:
|
||||
with open(os.path.join(os.path.dirname(__file__), 'locations.json'), 'r') as file:
|
||||
location_table = json.loads(file.read())
|
||||
|
||||
lookup_id_to_name = {}
|
||||
|
||||
Reference in New Issue
Block a user