Fixed problem with keyshuffle option without bigkeyshuffle

This commit is contained in:
aerinon
2020-03-07 09:19:38 -07:00
parent 7072684505
commit b0eb7fb85d
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute
from ItemList import generate_itempool, difficulties, fill_prizes
from Utils import output_path, parse_player_names
__version__ = '0.0.18.3d'
__version__ = '0.0.18.4d'
def main(args, seed=None):