mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Super Metroid: fix some file paths
This commit is contained in:
@@ -327,7 +327,7 @@ class VariaRandomizer:
|
||||
preset = loadRandoPreset(world, self.player, args)
|
||||
# use the skill preset from the rando preset
|
||||
if preset is not None and preset != 'custom' and preset != 'varia_custom' and args.paramsFileName is None:
|
||||
args.paramsFileName = '{}/{}/{}.json'.format(appDir, getPresetDir(preset), preset)
|
||||
args.paramsFileName = os.path.join(appDir, getPresetDir(preset), preset+".json")
|
||||
|
||||
# if diff preset given, load it
|
||||
if args.paramsFileName is not None:
|
||||
|
Reference in New Issue
Block a user